mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
systemd: add network-online target
Prevents crashes during bootup. Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
8b49c2f332
commit
58e93f4e15
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Binary Kitchen doorlockd service
|
Description=Binary Kitchen doorlockd service
|
||||||
After=network.target
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Binary Kitchen doorstate service
|
Description=Binary Kitchen doorstate service
|
||||||
After=network.target
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
|
Loading…
Reference in New Issue
Block a user