vm/systemd: change Names= to Alias=
As recommended by systemd manual page.
This commit is contained in:
parent
fb7fb432c9
commit
7264576364
@ -1,5 +1,4 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Names=qubes_firewall.service
|
|
||||||
Description=Qubes network forwarding setup
|
Description=Qubes network forwarding setup
|
||||||
ConditionPathExists=/var/run/qubes-service/qubes-network
|
ConditionPathExists=/var/run/qubes-service/qubes-network
|
||||||
Before=network.target
|
Before=network.target
|
||||||
@ -13,3 +12,4 @@ StandardOutput=syslog
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Alias=qubes_firewall.service
|
||||||
|
Loading…
Reference in New Issue
Block a user