example systemd file added

This commit is contained in:
Martin Brodbeck 2023-11-30 17:03:29 +01:00
parent 48a42d5d93
commit 87a165587f

14
clrigctl.service Normal file
View 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