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:
Marty Oehme 2020-11-05 22:26:19 +01:00
parent bbfbf5bcfe
commit b57db544b7
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
Description=Automated mounting of removable devices (udisks)
[Service]
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/usr/bin/udiskie
ExecStart=/usr/bin/udiskie --config %h/.config/udiskie/config.yml
Restart=always
[Install]