Created
March 20, 2017 22:59
-
-
Save aosmialowski/b5dbd9107240b57ec2fdca890bfb2277 to your computer and use it in GitHub Desktop.
CrashPlan Systemd Service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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