seafile_ynh/conf/seahub.service

14 lines
295 B
SYSTEMD
Raw Normal View History

2019-06-11 22:28:26 +02:00
[Unit]
Description=Seafile hub
After=network.target seafile.service
[Service]
Type=forking
ExecStart=/opt/yunohost/__APP__/seafile-server-latest/seahub.sh start
ExecStop=/opt/yunohost/__APP__/seafile-server-latest/seahub.sh stop
User=__APP__
Group=__APP__
[Install]
WantedBy=multi-user.target