summarylogtreecommitdiffstats
path: root/scanlogd.service
blob: 6f1dedb3cf27c92169e86310f4484a507ece5705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=scanlogd Daemon
After=network.target

[Service]
Type=forking
User=scanlogd
Group=scanlogd
ExecStart=/usr/bin/scanlogd
ExecStop=/bin/kill $MAINPID

[Install]
WantedBy=multi-user.target