mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-13 20:37:02 +05:30
21 lines
419 B
Desktop File
21 lines
419 B
Desktop File
[Unit]
|
|
Description=Private mirror bot service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Restart=on-abort
|
|
Type=simple
|
|
User=bot
|
|
WorkingDirectory=/home/bot/aria-telegram-mirror-bot-2
|
|
ExecStartPre=/usr/bin/env bash aria.sh
|
|
ExecStart=/usr/bin/npm start
|
|
ExecReload=/bin/kill -USR1 $MAINPID
|
|
KillMode=mixed
|
|
KillSignal=SIGQUIT
|
|
TimeoutStopSec=5s
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|