Integrated sd_notify to get status messages in systemd (#28)

* Integrated sd_notify to get status messages in systemd
* reset color attributes after use in string
This commit is contained in:
OlliC
2018-04-16 18:04:41 +02:00
committed by Marc Di Luzio
parent c0a2d53981
commit 6b71edf740
4 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Description=gamemoded
[Service]
Type=dbus
BusName=com.feralinteractive.GameMode
NotifyAccess=main
ExecStart=@BINDIR@/gamemoded -l
[Install]