forked from FF-RGB/ansible
13 lines
237 B
Desktop File
13 lines
237 B
Desktop File
[Unit]
|
|
Description=fastd Exporter
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=fastd
|
|
Environment=PATH=/usr/bin:/usr/local/bin
|
|
EnvironmentFile=/etc/default/fastd-exporter
|
|
ExecStart=/opt/go/bin/fastd-exporter $OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|