mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
17 lines
356 B
Desktop File
17 lines
356 B
Desktop File
[Unit]
|
|
Description=COPANIER
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=copanier
|
|
ExecStart=/srv/copanier/venv/bin/gunicorn copanier:app --config gunicorn.conf
|
|
WorkingDirectory=/srv/copanier/
|
|
EnvironmentFile=/srv/copanier/env
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
SyslogIdentifier=COPANIER
|
|
|
|
[Install]
|
|
WantedBy=default.target
|