update systemd units to requires, fixes #6
This commit is contained in:
parent
860a9286c5
commit
8bfd1a8d43
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run petrified in system mode
|
Description=Run petrified in system mode
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Requisite=network-online.target
|
Requires=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run petrified as %u
|
Description=Run petrified as %u
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Requisite=network-online.target
|
Requires=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue