Created
March 6, 2017 15:05
-
-
Save knight-of-ni/a4e3d559f27a5c59442b463a5b5d43b3 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 mount unit for ZoneMinder event storage | |
| [Unit] | |
| Description=systemd mount unit for ZoneMinder event storage | |
| Before=zoneminder | |
| [Mount] | |
| What=/dev/disk/by-uuid/4241978c-bc58-483e-84c7-8ee95a0dafec | |
| Where=/drive01 | |
| Type=ext4 | |
| Options=defaults,noatime,commit=120,data=writeback | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment