systemd/service.d: fix typo & use Requires= where appropiate

This commit is contained in:
Aminda Suomalainen 2024-04-26 17:38:33 +03:00
parent db7de1c3e4
commit 1b64bc5e13
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[Unit]
Wants=firewalld.service
Requires=firewalld.service
After=firewalld.service
[Service]

View File

@ -1,3 +1,3 @@
[Unit]
Wants=network-online.service
After=network-online.service
Wants=network-online.target
After=network-online.target

View File

@ -1,5 +1,5 @@
[Unit]
Wants=nordvpnd.service
Requires=nordvpnd.service
After=nordvpnd.service
[Service]