mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
8 lines
201 B
SYSTEMD
8 lines
201 B
SYSTEMD
[Unit]
|
|
Description=Diaspora social network (instance {{ app}})
|
|
Wants=redis.service postgresql.service
|
|
After=redis.service postgresql.service
|
|
StopWhenUnneeded=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|