/
etc
/
systemd
/
system
/
default.target.wants
/
/etc/systemd/system/default.target.wants
mkdir
upload
Name
Size
Mode
Actions
systemd-readahead-collect.service
-
0
edit
dl
rm
systemd-readahead-replay.service
-
0
edit
dl
rm
vzfifo.service
659
0644
edit
dl
rm
Edit:
/usr/lib/systemd/system/vzfifo.service
(659B)
# This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. [Unit] Description=Tell that Container is started ConditionPathExists=/proc/vz ConditionPathExists=!/proc/bc Requires=quotaon.service systemd-quotacheck.service After=multi-user.target quotaon.service systemd-quotacheck.service firewalld.service [Service] Type=forking ExecStartPre=-/usr/bin/firewall-cmd --state ExecStart=/bin/touch /.vzfifo TimeoutSec=0 RemainAfterExit=no
Save
cmd:
run