summarylogtreecommitdiffstats
path: root/crashplan.service
blob: 82e95dd2ee515d6a8bfd1e14287cd51e09719e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=CrashPlan Backup Engine
After=network-online.target
Wants=network-online.target

[Service]
Type=forking
PIDFile=/opt/crashplan/CrashPlanEngine.pid
EnvironmentFile=/opt/crashplan/bin/run.conf
WorkingDirectory=/opt/crashplan
ExecStart=/opt/crashplan/bin/CrashPlanEngine start
ExecStop=/opt/crashplan/bin/CrashPlanEngine stop
Restart=always

[Install]
WantedBy=multi-user.target