Silvan Calarco
6b2afa2e1b
organize %{datadir}/seafile and add requirements to make server basically work [release 3.1.4-3mamba;Sat Aug 09 2014]
18 lines
374 B
Desktop File
18 lines
374 B
Desktop File
[Unit]
|
|
Description=Seafile client
|
|
# Uncomment the next line you are running seafile client on the same computer as server
|
|
# After=seafile.service
|
|
# Or the next one in other case
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/seaf-cli start
|
|
ExecStop=/usr/bin/seaf-cli stop
|
|
RemainAfterExit=yes
|
|
User=seafile
|
|
Group=seafile
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|