mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 01:30:35 +00:00
13 lines
202 B
Django/Jinja
13 lines
202 B
Django/Jinja
[Unit]
|
|
Description=cAdvisor
|
|
Documentation=https://github.com/google/cadvisor
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/cadvisor
|
|
Restart=always
|
|
LimitNOFILE=4096
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|