summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/data/etc/systemd/system/setup-partitions.service
blob: 67466faefbf768bf962b5f537b7f1632126db11c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Setup local disk partitions (tmp, swap)
DefaultDependencies=no
Before=basic.target
After=systemd-udev-settle.service
Wants=tmp.target
ConditionKernelCommandLine=!partitioner

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-setup_partitions
RemainAfterExit=yes