aboutsummaryrefslogtreecommitdiff
path: root/src/etc/xdg/autostart/myautomountd.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/xdg/autostart/myautomountd.desktop')
-rw-r--r--src/etc/xdg/autostart/myautomountd.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/etc/xdg/autostart/myautomountd.desktop b/src/etc/xdg/autostart/myautomountd.desktop
new file mode 100644
index 0000000..57a147a
--- /dev/null
+++ b/src/etc/xdg/autostart/myautomountd.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=Monitor udevadm for removable media
+Exec=/usr/bin/myautomountd
+GenericName=Automount helper daemon
+Icon=media-removable
+Keywords=automount;
+Name=MyAutoMount daemon
+NoDisplay=true
+Terminal=false
+Type=Application
bgstack15