mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 07:45:48 +00:00
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mount Multimedia out of fstab
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=mount /dev/sdb5 /run/media/bruno/Multimedia
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
# To enable, copy this to "/etc/systemd/system"
|