diff --git a/clrigctl.service b/clrigctl.service new file mode 100644 index 0000000..511c831 --- /dev/null +++ b/clrigctl.service @@ -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