[Unit] Description=Stable Clicker update static server After=network-online.target docker.service Wants=network-online.target [Service] Type=simple WorkingDirectory=/click Environment=CLICK_STATIC_BIND=172.18.0.1 Environment=CLICK_STATIC_PORT=18080 ExecStart=/usr/bin/python3 /click/static_server.py Restart=always RestartSec=5 StandardOutput=append:/click/static_server.out StandardError=append:/click/static_server.err [Install] WantedBy=multi-user.target