mirror of
https://github.com/jorgevasquezp/my_linux_prefs.git
synced 2026-08-16 22:26:34 +00:00
14 lines
240 B
Desktop File
14 lines
240 B
Desktop File
[Unit]
|
|
Description=Monitor with udevadm for inserter external drives and mount them
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
ExecStart=/root/scripts/automount.sh
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|