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

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