13 lines
201 B
Desktop File
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
|