summarylogtreecommitdiffstats
path: root/seafile-server@.service
blob: 8f539dd3f860e505cdf960523b93e6f003b5c7ea (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
WorkingDirectory=/srv/seafile/%i
ExecStart=/usr/bin/seafile-admin start
ExecStop=/usr/bin/seafile-admin stop
PIDFile=/srv/seafile/%i/seafile-data/pids/seaf-server.pid
User=seafile

[Install]
WantedBy=multi-user.target