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