Files
my_linux_prefs/etc/systemd/system/automount_external.service
T

14 lines
240 B
Desktop File
Raw Normal View History

2020-10-07 10:04:51 -07:00
[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