fenrir/autostart/systemd/fenrir.service

14 lines
199 B
SYSTEMD
Raw Normal View History

2016-07-05 11:27:31 +02:00
[Unit]
2016-07-15 13:07:34 +02:00
Description=Fenrir screenreader
2016-07-05 11:27:31 +02:00
[Service]
Type=forking
2016-09-16 11:46:17 +02:00
PIDFile=/var/run/fenrir.pid
ExecStart=/usr/bin/fenrir
Restart=on-abort
#Group=fenrir
#User=fenrir
2016-07-05 11:27:31 +02:00
[Install]
2016-09-16 11:46:17 +02:00
WantedBy=multi-user.target