Skip to content

Instantly share code, notes, and snippets.

@tataranovich
Created October 18, 2020 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tataranovich/b01a788eb9433815402cace669ad4a18 to your computer and use it in GitHub Desktop.
Save tataranovich/b01a788eb9433815402cace669ad4a18 to your computer and use it in GitHub Desktop.
Systemd service for pbuilder-bcache.sh
[Unit]
Description=Mount bcache for pbuilder build area
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/pbuilder-bcache.sh
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment