Files
yatm/cmd/httpd/yatm-httpd.service
T
2023-09-26 16:53:05 +08:00

17 lines
282 B
Desktop File

[Unit]
Description=YATM Service
Documentation=https://github.com/samuelncui/yatm/
After=network.target
[Service]
User=root
Type=simple
WorkingDirectory=/opt/yatm
ExecStart=/opt/yatm/yatm-httpd
Restart=always
RestartSec=15
StartLimitInterval=0
[Install]
WantedBy=multi-user.target