2017-06-11 20:26:34 +02:00
|
|
|
[Unit]
|
|
|
|
Description=yanic
|
2018-01-18 14:48:41 +01:00
|
|
|
After=network-online.target
|
2017-06-11 20:26:34 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=yanic
|
2017-11-09 21:44:38 +01:00
|
|
|
ExecStart=/opt/go/bin/yanic serve --config /etc/yanic.conf
|
2017-06-11 20:26:34 +02:00
|
|
|
Restart=always
|
|
|
|
RestartSec=5s
|
|
|
|
Environment=PATH=/usr/bin:/usr/local/bin
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|