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