summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32/data/etc/systemd/system/setup-partitions.service
blob: d1a038412343646a2031b80802fd79e541edd656 (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