Skip to content
Snippets Groups Projects

Issue/2954

Merged Tiago Ramos Biasotto requested to merge issue/2954 into develop
+ 12
8
Compare changes
  • Side-by-side
  • Inline
Files
[Unit]
Description=Runs the OpenSLX Partitioning Tool
Description=Runs the OpenSLX Removepart Tool
After=killsplash.service
After=systemd-vconsole-setup.service
Before=display-manager.service getty@tty1.service getty@ttyUSB0.service partitioner.service setup-partitions.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
@@ -10,7 +10,7 @@ ConditionKernelCommandLine=removepart
[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/removepart
ExecStart=/opt/openslx/scripts/systemd-removepart
TimeoutSec=0
RemainAfterExit=yes
SysVStartPriority=99
Loading