aboutsummaryrefslogtreecommitdiff
path: root/sway-de/local/share/systemd/user/udiskie.service
diff options
context:
space:
mode:
Diffstat (limited to 'sway-de/local/share/systemd/user/udiskie.service')
-rw-r--r--sway-de/local/share/systemd/user/udiskie.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/sway-de/local/share/systemd/user/udiskie.service b/sway-de/local/share/systemd/user/udiskie.service
new file mode 100644
index 0000000..ba7e7f0
--- /dev/null
+++ b/sway-de/local/share/systemd/user/udiskie.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Handle automounting of usb devices
+Documentation=man:udiskie(1)
+PartOf=sway-session.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/udiskie -s
+ExecStop=/bin/kill -2 $MAINPID
+Restart=on-failure
+RestartSec=1
+TimeoutStopSec=10
+
+[Install]
+WantedBy=sway-session.target