This website requires JavaScript.
Explore
Help
Sign In
mirror
/
nlnetlabs-routinator
Watch
1
Star
0
Fork
0
You've already forked nlnetlabs-routinator
mirror of
https://github.com/NLnetLabs/routinator.git
synced
2024-05-19 06:50:04 +00:00
Code
Issues
Releases
Activity
nlnetlabs-routinator
/
debian
/
routinator-init
3 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Let systemd manage Routinator, as trying to drop privileges and ensure correct ownership of directories yourself under systemd seems to constantly come into conflict with systemd. Add a routinator-init script to simplify the user post install experience to reduce the chance of running routinator as the wrong user or with the wrong config file and thereby causing permission denied errors on rpki-cache directory files.
2020-09-29 15:19:12 +02:00
#!/bin/sh
Correct invocation of routinator as the routinator user.
2020-09-29 15:33:21 +02:00
sudo -u routinator routinator --config /etc/routinator/routinator.conf init "$@"
Copy Permalink