From 40c0d09945fdf21601b5b62af9d16b0c254a92b6 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 4 Jan 2023 15:13:48 -0500 Subject: draft: alpine stuff --- roles/monitoring/files/zfs-exporter.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/monitoring/files/zfs-exporter.service (limited to 'roles/monitoring/files') diff --git a/roles/monitoring/files/zfs-exporter.service b/roles/monitoring/files/zfs-exporter.service new file mode 100644 index 0000000..8982723 --- /dev/null +++ b/roles/monitoring/files/zfs-exporter.service @@ -0,0 +1,13 @@ +[Unit] +Description=ZFS Exporter +After=network.target + +[Service] +Type=simple +ExecStart=/usr/bin/zfs_exporter +LimitNOFILE=infinity +User=root +Group=root + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3