download/panel/panel.service
2024-11-10 02:06:42 +08:00

21 lines
352 B (Stored with Git LFS)
Desktop File

[Unit]
Description=Rat Panel
After=syslog.target network.target
Wants=network.target
[Service]
Type=simple
WorkingDirectory=/www/panel
ExecStart=/www/panel/web
ExecReload=kill -s HUP $MAINPID
ExecStop=kill -s QUIT $MAINPID
User=root
Restart=always
RestartSec=5
LimitNOFILE=1048576
LimitNPROC=1048576
Delegate=yes
[Install]
WantedBy=multi-user.target