aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service')
-rw-r--r--meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service b/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service
new file mode 100644
index 0000000000..cf62962a95
--- /dev/null
+++ b/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Netfilter Ulogd daemon
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+ExecStart=@SBINDIR@/ulogd
+ExecReload=kill -HUP ${MAINPID}
+
+[Install]
+WantedBy=multi-user.target