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

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