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

13 lines
295 B
Desktop File

[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