disks: Fix udiskie service config file sourcing
Correctly looks for the config file in XDG directory now and uses that.
This commit is contained in:
parent
bbfbf5bcfe
commit
b57db544b7
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
||||||
Description=Automated mounting of removable devices (udisks)
|
Description=Automated mounting of removable devices (udisks)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
ExecStart=/usr/bin/udiskie --config %h/.config/udiskie/config.yml
|
||||||
ExecStart=/usr/bin/udiskie
|
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue