mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-15 03:24:29 +05:00
15 lines
319 B
Desktop File
15 lines
319 B
Desktop File
#Systemd service file for moonraker
|
|
[Unit]
|
|
Description=Starts Moonraker %INST% on startup
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%USER%
|
|
RemainAfterExit=yes
|
|
ExecStart=%MR_ENV%/bin/python %MR_DIR%/moonraker/moonraker.py -l %MR_LOG% -c %MR_CONF%
|
|
Restart=always
|
|
RestartSec=10 |