forked from altcloud/fence-virt
fence_virtd: drop legacy SysVStartPriority from service unit
Since systemd-218[1], systemd will emit following lines in the journal upon (re)loading its configuration: Support for option SysVStartPriority= has been removed and it is ignored As it allegedly had no importance for some time even before, simply drop it. [1] http://cgit.freedesktop.org/systemd/systemd/commit/?id=9e37c95 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
parent
4a749e3f7d
commit
16503d909b
@ -17,7 +17,6 @@ WantedBy=multi-user.target
|
||||
[Service]
|
||||
Type=forking
|
||||
Restart=on-failure
|
||||
SysVStartPriority=99
|
||||
Environment="FENCE_VIRTD_ARGS=-w"
|
||||
|
||||
# Autogenerated below here
|
||||
|
Loading…
x
Reference in New Issue
Block a user