From ed51a8c1611ffa602f5f9628c858f6edbc218fc8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Sep 2012 00:03:53 +0000 Subject: Fri Sep 7 00:03:53 UTC 2012 --- community/ulogd/ulogd.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/ulogd/ulogd.service (limited to 'community/ulogd/ulogd.service') diff --git a/community/ulogd/ulogd.service b/community/ulogd/ulogd.service new file mode 100644 index 000000000..3984bbced --- /dev/null +++ b/community/ulogd/ulogd.service @@ -0,0 +1,12 @@ +[Unit] +Description=Netfilter Ulogd daemon +After=network.target + +[Service] +Type=forking +User=root +ExecStart=/usr/sbin/ulogd -d +PIDFile=/var/run/ulogd.pid + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf