mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-27 17:53:35 +05:00
17 lines
320 B
Desktop File
17 lines
320 B
Desktop File
#Systemd service file for moonraker-obico
|
|
[Unit]
|
|
Description=Moonraker-Obico
|
|
After=network-online.target moonraker.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%USER%
|
|
WorkingDirectory=%OBICO_DIR%
|
|
EnvironmentFile=%ENV_FILE%
|
|
ExecStart=%ENV%/bin/python3 $OBICO_ARGS
|
|
Restart=always
|
|
RestartSec=5
|