Fix mistake in ExecReload directive (#51)

* Provide dbus and systemd service files by default

* Split ExecReload command in two, since swaync-client only handles one argument per run.

* Fix mistake in ExecReload directive: systemd doesn't allow shell constructs, but only allows to concatenate multiple commands with a semicolon.

Co-authored-by: nightly-brew <>
This commit is contained in:
nightly brew 2022-01-06 12:38:05 +00:00 committed by GitHub
parent 4e35be8626
commit 31762b8b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ ConditionEnvironment=WAYLAND_DISPLAY
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=@bindir@/swaync
ExecReload=@bindir@/swaync-client --reload-config && @bindir@/swaync-client --reload-css
ExecReload=@bindir@/swaync-client --reload-config ; @bindir@/swaync-client --reload-css
Restart=on-failure
[Install]