21 lines
352 B (Stored with Git LFS)
Desktop File
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
|