mirror of
https://github.com/samuelncui/yatm.git
synced 2026-08-29 12:16:55 +00:00
18 lines
293 B
Desktop File
18 lines
293 B
Desktop File
[Unit]
|
|
Description=YATM Service
|
|
Documentation=https://github.com/samuelncui/yatm/
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Type=simple
|
|
UMask=0002
|
|
WorkingDirectory=/opt/yatm
|
|
ExecStart=/opt/yatm/yatm-httpd
|
|
Restart=always
|
|
RestartSec=15
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|