add runner service manager

This commit is contained in:
lxsang
2020-08-08 20:41:32 +02:00
parent 06fd912228
commit f0ec25e00a
8 changed files with 169 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[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