mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
18 lines
309 B
Desktop File
18 lines
309 B
Desktop File
[Unit]
|
|
Description=Vikunja: To-Do list
|
|
After=syslog.target
|
|
After=network.target
|
|
Requires=postgresql.service
|
|
Requires=redis.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
WorkingDirectory=/opt/vikunja
|
|
ExecStart=/opt/vikunja/vikunja
|
|
RestartSec=2s
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|