initial commit
This commit is contained in:
11
overlay/etc/systemd/system/livecdfix.service
Normal file
11
overlay/etc/systemd/system/livecdfix.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Various LiveCD fixes
|
||||
After=pacmandb.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash /etc/systemd/scripts/livecd.fix.sh
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user