cgroup/cgconfigparser.service
Przemysław Grondek 2112d7e620 Init conifg
2020-02-25 11:54:05 +01:00

13 lines
201 B
Desktop File

[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