D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
systemd
/
system
/
Filename :
vzfifo.service
back
Copy
# 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 After=multi-user.target quotaon.service quotacheck.service [Service] Type=forking ExecStart=/bin/touch /.vzfifo TimeoutSec=0 RemainAfterExit=no SysVStartPriority=99