Advertisement
iNotLazo

Untitled

Oct 5th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [Unit]
  2. Description=Glances
  3. After=network.target influxd.service
  4.  
  5. [Service]
  6. ExecStart=/usr/bin/glances --config /home/admin/.config/glances/glances.conf --quiet --export-influxdb --disable-ip
  7. Restart=on-failure
  8. RestartSec=30s
  9. TimeoutSec=30s
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement