Last active
March 6, 2017 18:19
-
-
Save knight-of-ni/3b911fe8c45a6884980f8a812cce0014 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
| # 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