[Unit] Description=ButtonTask Web Configurator After=network.target [Service] Type=simple User=buttontask Group=buttontask WorkingDirectory=/opt/buttontask/current/webconfig Environment=BUTTONTASK_ROOT=/opt/buttontask Environment=BUTTONTASK_CONFIG=/opt/buttontask/config/config.json Environment=BUTTONTASK_HOST=0.0.0.0 ExecStart=/usr/bin/python3 /opt/buttontask/current/webconfig/app.py Restart=on-failure RestartSec=3 [Install] WantedBy=multi-user.target