summarylogtreecommitdiffstats
path: root/pcloudcc@.service
blob: 786d27a82ca1f177ab450b553216f95af552039c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=pCloud console client for %i
After=network-online.target
Wants=network-online.target
ConditionPathExists=%h/.pcloud/data.db

[Service]
Type=forking
EnvironmentFile=%h/.pcloud/pcloud.env
ExecStart=/usr/bin/pcloudcc -u ${PCLOUD_USER} -d
ExecStop=/bin/sh -c 'echo "finalize" | /usr/bin/pcloudcc -k'
Restart=on-failure
RestartSec=10

[Install]
WantedBy=default.target