21 lines
No EOL
398 B
Desktop File
21 lines
No EOL
398 B
Desktop File
[Unit]
|
|
Description=Scream receiver
|
|
Documentation=https://github.com/duncanthrax/scream
|
|
Wants=network-pre.target
|
|
After=network-pre.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/scream -t 10
|
|
|
|
Restart=on-failure
|
|
|
|
RuntimeDirectory=scream
|
|
RuntimeDirectoryMode=0755
|
|
StateDirectory=scream
|
|
StateDirectoryMode=0750
|
|
CacheDirectory=scream
|
|
CacheDirectoryMode=0750
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |