[Unit] Description=Atlas Local Bridge (Python) After=network.target [Service] Type=simple User=atlas Group=atlas WorkingDirectory=/opt/atlas/bridge EnvironmentFile=-/etc/atlas/bridge.env ExecStart=/usr/bin/python3 /opt/atlas/bridge/bridge.py Restart=always RestartSec=5 StandardOutput=append:/var/log/atlas-bridge.log StandardError=append:/var/log/atlas-bridge.log [Install] WantedBy=multi-user.target