seafile/seafile-client.service
Silvan Calarco 6b2afa2e1b rebuild with --enable-server and other options
organize %{datadir}/seafile and add requirements to make server basically work [release 3.1.4-3mamba;Sat Aug 09 2014]
2024-01-05 17:43:08 +01:00

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