Current File : //proc/thread-self/root/usr/lib/systemd/system/fastpanel2.service
[Unit]
Description=FASTPANEL
After=network-online.target

[Service]
WorkingDirectory=/usr/local/fastpanel2
User=root
ExecStart=/usr/local/fastpanel2/fastpanel start
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
RestartSec=2

[Install]
WantedBy=multi-user.target
Alias=fastpanel2.service