mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
18 lines
556 B
Desktop File
18 lines
556 B
Desktop File
[Unit]
|
|
Description=Argos server
|
|
Documentation=https://framasoft.frama.io/framaspace/argos/
|
|
Requires=network.target postgresql.service
|
|
After=network.target postgresql.service
|
|
PartOf=postgresql.service
|
|
|
|
[Service]
|
|
User=www-data
|
|
WorkingDirectory=/var/www/argos/
|
|
ExecStartPre=/var/www/argos/venv/bin/argos server migrate
|
|
ExecStartPre=/var/www/argos/venv/bin/argos server reload-config
|
|
ExecStart=/var/www/argos/venv/bin/argos server start
|
|
ExecReload=/var/www/argos/venv/bin/argos server reload
|
|
SyslogIdentifier=argos-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|