Skip to content

Instantly share code, notes, and snippets.

@knight-of-ni
Created March 6, 2017 15:05
Show Gist options
  • Select an option

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

Select an option

Save knight-of-ni/a4e3d559f27a5c59442b463a5b5d43b3 to your computer and use it in GitHub Desktop.
# 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