smartchart/deploy/smartchart.service
2022-01-20 09:34:41 +08:00

11 lines
262 B
Desktop File

[Unit]
Description=Smartchart
After=syslog.target
[Install]
WantedBy=multi-user.target
[Service]
WorkingDirectory=/data/smartchart/smartcharts
ExecStart=uwsgi --ini /data/smartchart/smartcharts/deploy/uwsgi.ini
User=smartchart
Restart=always
StandardError=syslog