mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 03:07:48 +00:00
11 lines
201 B
Desktop File
11 lines
201 B
Desktop File
[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"
|