Forked from qertoip/CrashPlan systemd service config for Arch Linux
Created
March 18, 2018 21:05
-
-
Save takitani/c1fc85bbc410e219fea3caf45a014f7d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Paste this into: | |
# /usr/lib/systemd/system/crashplan.service | |
# | |
# Then: | |
# sudo systemctl enable crashplan.service | |
# sudo systemctl start crashplan.service | |
[Unit] | |
Description=CrashPlan Backup Engine | |
After=network.target | |
[Service] | |
Type=forking | |
WorkingDirectory=/opt/crashplan | |
PIDFile=/usr/local/crashplan/CrashPlanEngine.pid | |
ExecStart=/usr/local/crashplan/bin/CrashPlanEngine start | |
ExecStop=/usr/local/crashplan/bin/CrashPlanEngine stop | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment