summarylogtreecommitdiffstats
path: root/nextcloud-client.service
blob: 9a97e1b577514fe008f27cc89fd49d015bf82d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Nextcloud client

[Service]
Type=simple
ExecStart=/usr/bin/nextcloud
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure

[Install]
WantedBy=default.target