mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
14 lines
277 B
Desktop File
14 lines
277 B
Desktop File
[Unit]
|
|
Description=OpenAdmin
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
WorkingDirectory=/usr/local/admin/
|
|
ExecStart=gunicorn -c /etc/openpanel/openadmin/service/service.config.py app:app
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|