summarylogtreecommitdiffstats
path: root/seafile-server@.service
blob: 22909b846abb2b4d164c7e5d2d3dd1eca4a1d5b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Next-generation open source cloud storage with advanced features on privacy protection and teamwork.
After=syslog.target network.target

[Service]
Type=forking
User=seafile
WorkingDirectory=%h/%i
ExecStart=/usr/bin/seafile-admin start --fastcgi
ExecStop=/usr/bin/seafile-admin stop
PIDFile=%h/%i/seafile-data/pids/seaf-server.pid

[Install]
WantedBy=multi-user.target