diff options
| author | Jonathan Bauer | 2015-04-07 17:43:23 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2015-04-07 17:43:23 +0200 |
| commit | b1074927e6848d7370c6d4a1b11b7149d6660a77 (patch) | |
| tree | 89dfef802d48522d297632cb77fe13825707ff3e /server/modules/partitioner/etc/systemd | |
| parent | [pam-common-share] rudimentary nfs-support for common share (diff) | |
| parent | [hdd-boot] michi's werk (diff) | |
| download | tm-scripts-mergetest.tar.gz tm-scripts-mergetest.tar.xz tm-scripts-mergetest.zip | |
Merge remote-tracking branch 'remotes/origin/test' into mergetestmergetest
Diffstat (limited to 'server/modules/partitioner/etc/systemd')
| l--------- | server/modules/partitioner/etc/systemd/system/multi-user.target.wants/partitioner.service | 1 | ||||
| -rw-r--r-- | server/modules/partitioner/etc/systemd/system/partitioner.service | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/server/modules/partitioner/etc/systemd/system/multi-user.target.wants/partitioner.service b/server/modules/partitioner/etc/systemd/system/multi-user.target.wants/partitioner.service new file mode 120000 index 00000000..48defa3e --- /dev/null +++ b/server/modules/partitioner/etc/systemd/system/multi-user.target.wants/partitioner.service @@ -0,0 +1 @@ +../partitioner.service
\ No newline at end of file diff --git a/server/modules/partitioner/etc/systemd/system/partitioner.service b/server/modules/partitioner/etc/systemd/system/partitioner.service new file mode 100644 index 00000000..85b41597 --- /dev/null +++ b/server/modules/partitioner/etc/systemd/system/partitioner.service @@ -0,0 +1,20 @@ +[Unit] +Description=Runs the OpenSLX Partitioning Tool +After=killsplash.service +After=systemd-vconsole-setup.service +Before=display-manager.service getty@tty1.service getty@ttyUSB0.service +Before=serial-getty@ttyS0.service serial-getty@ttyO0.service serial-getty@ttyO2.service +Before=serial-getty@ttyAMA0.service serial-getty@ttymxc0.service serial-getty@ttymxc3.service +Conflicts=killsplash.service +ConditionKernelCommandLine=partitioner + +[Service] +Type=oneshot +ExecStart=/opt/openslx/scripts/systemd-partitioner +TimeoutSec=0 +RemainAfterExit=yes +SysVStartPriority=99 +StandardInput=tty +StandardOutput=tty +StandardError=syslog + |
