example systemd file added
This commit is contained in:
parent
48a42d5d93
commit
87a165587f
1 changed files with 14 additions and 0 deletions
14
clrigctl.service
Normal file
14
clrigctl.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Cloudlog CAT Control
|
||||
After=syslog.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
RestartSec=2s
|
||||
Type=simple
|
||||
ExecStart=/home/MYUSER/.local/bin/clrigctl
|
||||
Restart=always
|
||||
#Environment=RUST_LOG=Debug
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue