mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
13 lines
295 B
Desktop File
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
|