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