Skip to content

Instantly share code, notes, and snippets.

@knight-of-ni
Last active March 6, 2017 18:19
Show Gist options
  • Select an option

  • Save knight-of-ni/3b911fe8c45a6884980f8a812cce0014 to your computer and use it in GitHub Desktop.

Select an option

Save knight-of-ni/3b911fe8c45a6884980f8a812cce0014 to your computer and use it in GitHub Desktop.
# systemd bind mount unit for ZoneMinder event storage
[Unit]
Description=systemd bind mount unit for ZoneMinder event storage
After=drive01.mount
Requires=drive01.mount
[Mount]
What=/drive01/zoneminder/events
Where=/var/lib/zoneminder/events
Type=none
Options=bind
[Install]
WantedBy=local-fs.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment