[Unit] Description=Rental System Web After=network-online.target rental-api.service Wants=network-online.target [Service] Type=simple User=pr Group=pr WorkingDirectory=/opt/rental-system Environment=PYTHONUNBUFFERED=1 ExecStart=/opt/rental-system/scripts/start-web.sh Restart=always RestartSec=3 [Install] WantedBy=multi-user.target