cgroup/cgconfigparser.service

13 lines
201 B
SYSTEMD
Raw Normal View History

2020-02-25 10:54:05 +00:00
[Unit]
Description=cgroup config parser
After=network.target
[Service]
User=root
Group=root
ExecStart=/usr/sbin/cgconfigparser -l /etc/cgconfig.conf
Type=oneshot
[Install]
WantedBy=multi-user.target