15 lines
317 B
Desktop File
15 lines
317 B
Desktop File
[Unit]
|
|
Description = arec recording upload monitoring daemon
|
|
After = multi-user.target
|
|
|
|
[Service]
|
|
Type = exec
|
|
Restart = on-failure
|
|
ExecStart = /opt/arec-watcher/env/bin/python3 -m watcher
|
|
WorkingDirectory = /opt/arec-watcher
|
|
User = arec-watcher
|
|
SyslogIdentifier = arec-watcher
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|