blob: 3c0863930a2bc27fb0f11e4bbea600eb035f24ab (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Trick Or Treat Daemon
[Service]
ExecStart=/usr/bin/totd -d1 -u totd -g totd -c /etc/totd.conf
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
|