seafile_ynh/conf/seafile.service

15 lines
297 B
SYSTEMD
Raw Normal View History

2019-06-11 22:28:26 +02:00
[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