clrigctl/clrigctl.service

13 lines
198 B
SYSTEMD
Raw Permalink Normal View History

2023-11-30 17:03:29 +01:00
[Unit]
Description=Cloudlog CAT Control
[Service]
RestartSec=2s
Type=simple
ExecStart=/home/MYUSER/.local/bin/clrigctl
Restart=always
#Environment=RUST_LOG=Debug
[Install]
2023-11-30 17:11:28 +01:00
WantedBy=default.target