[Unit] Description=ButtonTask Web Configurator After=NetworkManager.service Wants=NetworkManager.service [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 AmbientCapabilities=CAP_NET_BIND_SERVICE ExecStart=/usr/bin/python3 /opt/buttontask/current/webconfig/app.py Restart=on-failure RestartSec=3 [Install] WantedBy=multi-user.target