2019-01-24 02:54:21 +01:00
|
|
|
[Unit]
|
2019-08-05 13:46:04 +02:00
|
|
|
Description=yanic's respondd
|
2019-01-24 02:54:21 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/opt/go/bin/yanic respondd --config /etc/respondd.conf
|
|
|
|
Restart=always
|
|
|
|
RestartSec=5s
|
2019-08-05 13:46:04 +02:00
|
|
|
Environment=PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
2019-01-24 02:54:21 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|