11 lines
240 B
SYSTEMD
11 lines
240 B
SYSTEMD
|
[Unit]
|
||
|
Description=Automated mounting of removable devices (udisks)
|
||
|
|
||
|
[Service]
|
||
|
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
||
|
ExecStart=/usr/bin/udiskie
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|