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

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