summaryrefslogtreecommitdiffstats
path: root/core/modules/disk-partitions/data/etc/systemd/system/setup-partitions.service
blob: a196db3f1496753f65cb7575b030d81167268812 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Setup local disk partitions (persistent, swap)
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