All pastes #2121136 Raw Edit

Unnamed

public text v1 · immutable
#2121136 ·published 2012-02-24 00:06 UTC
rendered paste body
[Unit]
Description=test.target
Requires=test_init.target
Before=test_init.target
Conflicts=network.target


....

[Unit]
Description=test_init.target
Requires=network.target
After=test.target


....

systemctl reenable test.target
systemctl start test.target

Failed to issue method call: Transaction contains conflicting jobs 'stop' and 'start' for test.target. Probably contradicting requirement dependencies configured.