started working on compsrv package
This commit is contained in:
parent
5b2b7e4ea4
commit
cc79faf13f
4 changed files with 31 additions and 0 deletions
11
server_v2/compsrv.service
Executable file
11
server_v2/compsrv.service
Executable file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Complib backend control server
|
||||
[Service]
|
||||
ExecStart=/usr/bin/compsrv
|
||||
Environment="debug=False"
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Type=notify
|
||||
[Install]
|
||||
Alias=compsrv
|
||||
WantedBy=default.target
|
Reference in a new issue