12 lines
192 B
Desktop File
12 lines
192 B
Desktop File
[Unit]
|
|
Description=Custom On-Boot Mounts and Service Restarts
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/root/onboot.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|