369c3176a4
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
3aec404b45
Have Routinator drop privileges in a system independent way (now that the init subcommand honours this) instead of adding user entries in systemd files, and keeping the minimal unit as minimal as it used to be.
2020-09-29 12:33:34 +02:00
6b61e845a6
Deb packaging automation ( #360 )
...
Build and sanity check modern and minimal Routinator .deb packages using cargo-deb and GitHub Actions.
Also test against Debian 11 (Contributed by @netravnen).
2020-09-09 15:03:30 +02:00
ccddf8ee88
Remove UTF8 characters from example config
2020-04-27 15:46:49 -04:00
05758d3e07
Add filtering of dubious host names in URIs.
2020-04-20 12:01:52 +02:00
a3259c7200
Allow defining explicit names for TALs.
2020-04-17 12:04:57 +02:00
279b3ba8f6
routinator.service: restart the daemon on failure
...
RestartSec was a forgotten statement used while debugging: we actually
want the daemon to be restarted on failure.
2020-01-02 11:51:03 +01:00
d2ee606038
Introduce minimal cargo deb variant. Add conf file to deb.
2019-07-15 12:08:18 +02:00
889d738290
Fix example config file parameters
2019-06-06 15:53:56 -04:00
6e85881002
Adjust systemd unit file to new realities
2019-05-29 17:56:21 +02:00
1f8a724276
Add systemd unit file
2019-05-23 18:07:31 +02:00
8c636207f7
document prometheus monitoring better
2019-03-16 11:15:15 +01:00
417bb3b21f
Use routinator.conf for the default config file.
2018-12-19 17:02:05 +01:00
11addacd2d
Provide format hints in the example config file.
2018-12-13 12:25:03 +01:00
951e645873
Merge pull request #42 from NLnetLabs/daemon-options
...
Daemon options
2018-12-12 14:46:50 +01:00
a1092829d2
Add options for configuring daemon mode.
2018-12-12 14:04:18 +01:00
6a2297f585
Add option to specify rsync command and arguments.
2018-12-11 16:54:54 +01:00
f3c1d3f2aa
Changes to logging for RTR server.
2018-12-11 15:13:48 +01:00
878a160295
Add config file and rearrange command line.
2018-12-04 20:14:17 +01:00