Created
August 5, 2013 17:02
-
-
Save kosugi/6157555 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat > /etc/insserv/overrides/vzquota <<'EOD' | |
| ### BEGIN INIT INFO | |
| # Provides: vzquota | |
| # Required-Start: $syslog | |
| # Required-Stop: $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: | |
| # Short-Description: vzquota | |
| ### END INIT INFO | |
| EOD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment