Compare commits

...

2 commits

Author SHA1 Message Date
Martin Brodbeck 02c4adffef typo 2023-11-30 17:12:01 +01:00
Martin Brodbeck 93b4a6ea16 fix systemd file 2023-11-30 17:11:28 +01:00
2 changed files with 3 additions and 7 deletions

View file

@ -35,8 +35,6 @@ If you want to run clrigctl always in the background, you can copy the example s
```
[Unit]
Description=Cloudlog CAT Control
After=syslog.target
After=network.target
[Service]
RestartSec=2s
@ -46,7 +44,7 @@ Restart=always
#Environment=RUST_LOG=Debug
[Install]
WantedBy=multi-user.target
WantedBy=default.target
```
After a `systemctl --user daemon-reload` you can enable (and start) the service with `systemctl --user enable --now clrigctl.service`.
@ -54,7 +52,7 @@ After a `systemctl --user daemon-reload` you can enable (and start) the service
clrigctl is running is then running in the background. It will just do nothing if there is no Flrig instance running.
## Feedback welcome
Any feedback is very welcome. Please let me know whether the program was useful for you or if there are perhaps any suggestions or bugs. You can reach me on Matrix Chat (**@nnmcm:darc.de**), via the Fediverse (**@DG2SMB@social.darc.de **) or just plain old E-Mail [dg2smb@darc.de]("mailto:dg2smb@darc.de").
Any feedback is very welcome. Please let me know whether the program was useful for you or if there are perhaps any suggestions or bugs. You can reach me on Matrix Chat (**@nnmcm:darc.de**), via the Fediverse (**@DG2SMB@social.darc.de**) or just plain old E-Mail [dg2smb@darc.de]("mailto:dg2smb@darc.de").
73
Martin, DG2SMB

View file

@ -1,7 +1,5 @@
[Unit]
Description=Cloudlog CAT Control
After=syslog.target
After=network.target
[Service]
RestartSec=2s
@ -11,4 +9,4 @@ Restart=always
#Environment=RUST_LOG=Debug
[Install]
WantedBy=multi-user.target
WantedBy=default.target