seafile_ynh/conf/seafile.service
2019-07-30 11:41:33 +02:00

14 lines
297 B
Desktop File

[Unit]
Description=Seafile
After=network.target
After=mysql.service
[Service]
Type=forking
ExecStart=/opt/yunohost/__APP__/seafile-server-latest/seafile.sh start
ExecStop=/opt/yunohost/__APP__/seafile-server-latest/seafile.sh stop
User=__APP__
Group=__APP__
[Install]
WantedBy=multi-user.target