mirror of
https://git.libreschool.org/paspo/brasatore.git
synced 2024-11-22 22:28:44 +00:00
9 lines
117 B
SYSTEMD
9 lines
117 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mount ISOs
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/srv/pxe/mount/mount-all.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|