initial
This commit is contained in:
14
contrib/gomanager.service
Normal file
14
contrib/gomanager.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Go Manager
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/usr/local/bin/gomanager start
|
||||
WorkingDirectory=/var/lib/gomanager
|
||||
Restart=always
|
||||
PrivateTmp=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user