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

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