diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 20:13:48 +0000 |
| commit | 40c0d09945fdf21601b5b62af9d16b0c254a92b6 (patch) | |
| tree | 3e993f708a3bc073f08290b836340d6131ba3eaf /roles/monitoring/files/zfs-exporter.service | |
| parent | 6c8156a62ee472e5ecefdc1bc3f97b4dd8a72b68 (diff) | |
draft: alpine stuff
Diffstat (limited to 'roles/monitoring/files/zfs-exporter.service')
| -rw-r--r-- | roles/monitoring/files/zfs-exporter.service | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
