Initial commit
This commit is contained in:
commit
968d09e362
88 changed files with 2323 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=custom configuration of live system during boot.
|
||||
Before=basic.target
|
||||
After=local-fs.target systemd-tmpfiles-setup.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=boot=live
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/local/bin/live-config
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue