blob: 18ab4b9f182b897de06fe157e56788f8b945ab46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description = narrowlink __NAME__
Documentation = https://narrowlink.com/docs/intro
After = network-online.target syslog.target
Wants = network-online.target
[Service]
Type = simple
ExecStart = /usr/bin/narrowlink-__NAME__ --config=/etc/narrowlink/__NAME__.yaml
Restart = on-failure
RestartSec = 5
[Install]
WantedBy = multi-user.target
|