Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aosmialowski/b5dbd9107240b57ec2fdca890bfb2277 to your computer and use it in GitHub Desktop.
Save aosmialowski/b5dbd9107240b57ec2fdca890bfb2277 to your computer and use it in GitHub Desktop.
CrashPlan Systemd Service
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment