Started tracking my linux preferences.

This commit is contained in:
Jorge Vásquez Pérez
2020-10-07 10:04:51 -07:00
parent ed1908699f
commit c46338f7f8
7 changed files with 56 additions and 0 deletions
@@ -0,0 +1,13 @@
[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