init
This commit is contained in:
14
ca-server/bin/ca-server.service
Normal file
14
ca-server/bin/ca-server.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=ca-server Application Container Engine
|
||||
Documentation=http://www.yyds8848.com
|
||||
After=network.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/arrokoth/ca-mini/bin/ca-server
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
Restart=always
|
||||
RestartSec=3s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user