mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
21 lines
428 B
Desktop File
21 lines
428 B
Desktop File
# user service
|
|
[Unit]
|
|
Description=AstrBot Service
|
|
Documentation=https://github.com/AstrBotDevs/AstrBot
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=%h/.astrbot
|
|
ExecStart=/usr/bin/astrbot run --backend-only
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=astrbot-%u
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=default.target
|