Skip to content

Instantly share code, notes, and snippets.

@mamciek
Last active December 17, 2015 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamciek/5539646 to your computer and use it in GitHub Desktop.
Save mamciek/5539646 to your computer and use it in GitHub Desktop.
[Unit]
Description=Control Group rules service
# The service should be able to start as soon as possible,
# before any 'normal' services:
DefaultDependencies=no
Conflicts=shutdown.target
Before=basic.target shutdown.target
After=cgconfig.service
[Service]
Type=simple
ExecStart=/usr/sbin/cgrulesengd -n -f -
[Install]
WantedBy=sysinit.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment