Files
qcma/systemd/system/qcma.service
Alexandre Detiste 610c3f2b52 add sample systemd system service
this needs manual setup:
- creation of un-privilieged user 'qcma'
- add config file
- systemctl enable & systemctl start
2015-03-16 12:35:59 +01:00

14 lines
276 B
Desktop File

[Unit]
Description="Qcma daemon"
Documentation=man:qcma_cli(6)
ConditionPathExists=/home/qcma/.config/codestation/qcma.conf
[Service]
ExecStart=/usr/bin/qcma_cli --verbose
ExecReload=/bin/kill -HUP $MAINPID
User=qcma
[Install]
Alias=qcma_cli.service
WantedBy=default.target