mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2025-08-31 16:22:04 +02:00
add runner service manager
This commit is contained in:
12
antd-tunnel-publisher.service
Normal file
12
antd-tunnel-publisher.service
Normal 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
|
Reference in New Issue
Block a user