antd-tunnel-publishers/antd-tunnel-publisher.service

13 lines
203 B
SYSTEMD
Raw Normal View History

2020-08-08 20:41:32 +02:00
[Unit]
Description=Antd Publisher Service
2020-09-13 01:46:11 +02:00
After=antd.service
2020-08-08 20:41:32 +02:00
[Service]
Type=simple
User=root
WorkingDirectory=/opt/www
ExecStart=/opt/www/bin/runnerd
2020-09-13 01:46:11 +02:00
Restart=always
2020-08-08 20:41:32 +02:00
[Install]
WantedBy=multi-user.target