mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
16 lines
379 B
SYSTEMD
16 lines
379 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Apply Pivilion boot-partition configuration
|
||
|
|
DefaultDependencies=no
|
||
|
|
After=local-fs.target
|
||
|
|
Before=network-pre.target NetworkManager.service dhcpcd.service pivilion-mode.service
|
||
|
|
Wants=network-pre.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/lib/pivilion/config-sync.sh apply
|
||
|
|
RemainAfterExit=yes
|
||
|
|
StandardOutput=journal
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|