mirror of
https://github.com/jorgevasquezp/my_linux_prefs.git
synced 2026-08-17 00:56:30 +00:00
Started tracking my linux preferences.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user