mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
b57c5937bd
All checks were successful
gitea-sync/antd-tunnel-publishers/pipeline/head This commit looks good
16 lines
242 B
Desktop File
16 lines
242 B
Desktop File
[Unit]
|
|
Description=Antd Publisher Service
|
|
After=antd.service
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/opt/www
|
|
ExecStart=/opt/www/bin/runnerd
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|