24 lines
447 B
Desktop File
24 lines
447 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=YMS Update Daemon
|
||
|
|
After=network.target nginx.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
User=root
|
||
|
|
Group=root
|
||
|
|
ExecStart=/usr/bin/yms-daemon serve
|
||
|
|
Restart=on-failure
|
||
|
|
RestartSec=5
|
||
|
|
RuntimeDirectory=yms-daemon
|
||
|
|
RuntimeDirectoryMode=0755
|
||
|
|
StateDirectory=yms-daemon
|
||
|
|
StateDirectoryMode=0750
|
||
|
|
LogsDirectory=yms-daemon
|
||
|
|
LogsDirectoryMode=0750
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|
||
|
|
SyslogIdentifier=yms-daemon
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|