1
0
Fork 0

added extra arguments

This commit is contained in:
Sangbum Kim 2016-03-04 23:48:49 +09:00
parent 28594c470f
commit 9ce6a257a3
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ license=("APACHE")
install=cadvisor.install install=cadvisor.install
sha512sums=('846d31d84970680f73337219caf0e71491e837c1c967a5ebd2db759805a153dc27cd9f9ce46657b8b9ba95d9e639cfac70f2a5304883e7a6a301609de9b066d2' sha512sums=('846d31d84970680f73337219caf0e71491e837c1c967a5ebd2db759805a153dc27cd9f9ce46657b8b9ba95d9e639cfac70f2a5304883e7a6a301609de9b066d2'
'14845b27151c1741e32c4d7cf87ef1474dbec50ad173cdc4c3053f91c3e80aa5ca98be490658dd60aeec66905cb4fa16405614b298767159df4262fbf1c48850' '79d5c363041bedac16547033ea0abb1ae15edf0eb1e96779cbb3747666cf1b0cdaaa603fb76b8cb6324a17e6f36239173afda3def3eee47433dec74a72bd8a90'
'c55320053e34b10b2d94627cec62242e58fcee72c8cc7eb6efa083b1bc26bedf4ce79efe3fa49bf9e1648c3a1a7b8e9d7bcfce08aa002dc7bfd6c719ad73b5b0') 'c55320053e34b10b2d94627cec62242e58fcee72c8cc7eb6efa083b1bc26bedf4ce79efe3fa49bf9e1648c3a1a7b8e9d7bcfce08aa002dc7bfd6c719ad73b5b0')
build() { build() {

View File

@ -15,6 +15,7 @@
Description=cAdvisor Description=cAdvisor
Documentation=https://github.com/google/cadvisor Documentation=https://github.com/google/cadvisor
After=network.target After=network.target
After=network-online.target
After=machines.target After=machines.target
[Service] [Service]
@ -25,7 +26,7 @@ Type=simple
Restart=on-failure Restart=on-failure
RestartSec=10s RestartSec=10s
ExecStart=/usr/bin/cadvisor -logtostderr ExecStart=/usr/bin/cadvisor -logtostderr $EXTRA
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target