aboutsummaryrefslogtreecommitdiff
path: root/roles/monitoring/files/zfs-exporter.service
blob: 8982723261a65a7df1833b5012ca334d0109e2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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