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:
parent
d5668f82fe
commit
8f14e0d757
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user