summarylogtreecommitdiffstats
path: root/1panel.service
blob: 10babad99871b5df8439d1f6eb18e79068788cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=1Panel, a modern open source linux panel
After=syslog.target network.target

[Service]
ExecStart=/usr/bin/1panel
ExecReload=/bin/kill -s HUP \$MAINPID
Restart=always
RestartSec=5
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=1048576
Delegate=yes
KillMode=process

[Install]
WantedBy=multi-user.target