mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-14 17:18:21 +01:00
12 lines
187 B
SYSTEMD
12 lines
187 B
SYSTEMD
|
[Unit]
|
||
|
Description=Antd Publisher Service
|
||
|
After=antd.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=root
|
||
|
WorkingDirectory=/opt/www
|
||
|
ExecStart=/opt/www/bin/runnerd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|