Skip to content

Instantly share code, notes, and snippets.

@tete2soja
Created December 13, 2021 11:40
Show Gist options
  • Save tete2soja/8119cee14aef8b6863b9ddc69a035092 to your computer and use it in GitHub Desktop.
Save tete2soja/8119cee14aef8b6863b9ddc69a035092 to your computer and use it in GitHub Desktop.
valetudo.conf
#!upstart
description "Valetudo"
env VALETUDO_CONFIG_PATH=/mnt/data/valetudo/valetudo_config.json
start on started network-interface INTERFACE=wlan0
stop on runlevel [06]
oom score 1000
exec /usr/local/bin/valetudo
respawn
respawn limit 10 90
limit as 209715200 209715200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment