This commit is contained in:
2017-09-18 20:39:45 +02:00
parent ca85334660
commit 708ded1757
16 changed files with 213 additions and 1563 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=CrashPlanPRO Backup Engine
After=network.target
[Service]
Type=forking
PIDFile=/opt/crashplan-pro/CrashPlanEngine.pid
EnvironmentFile=/opt/crashplan-pro/bin/run.conf
WorkingDirectory=/opt/crashplan-pro
ExecStart=/opt/crashplan-pro/bin/CrashPlanEngine start
ExecStop=/opt/crashplan-pro/bin/CrashPlanEngine stop
Restart=always
[Install]
WantedBy=multi-user.target