mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
[Unit]
|
|
Description=Routinator 3000
|
|
Documentation=man:routinator(1)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/routinator --config=/etc/routinator/routinator.conf --syslog server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|