aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service
blob: cf62962a95f1a6f576e99a329e2a555947757c94 (plain)
1
2
3
4
5
6
7
8
9
10
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