1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

systemd: invoke xsettingsd without a shell

systemd will substitute variables in commands making the sh invocation
redundant.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2021-04-11 11:12:46 +01:00
parent d5668f82fe
commit 8f14e0d757
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -4,9 +4,8 @@ Requires=xorg.target
After=xorg.target
[Service]
ExecStart=/bin/sh -c 'xsettingsd -c $XDG_CONFIG_HOME/xsettingsd/xsettingsd.local'
ExecStart=xsettingsd -c ${XDG_CONFIG_HOME}/xsettingsd/xsettingsd.conf
ExecReload=/bin/kill -s HUP $MAINPID
SyslogIdentifier=xsettingsd
Restart=always
Slice=session.slice