mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Build and sanity check modern and minimal Routinator .deb packages using cargo-deb and GitHub Actions. Also test against Debian 11 (Contributed by @netravnen).
11 lines
239 B
Desktop File
11 lines
239 B
Desktop File
[Unit]
|
|
Description=Routinator 3000
|
|
Documentation=man:routinator(1)
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/routinator --config=/etc/routinator/routinator.conf --syslog server
|
|
User=routinator
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |