3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos
Martin Weinelt 60c62214f5
nixos/solanum: implement reload and allow config changes
Reload only works with a static configuration path as there is no way to
pass the dynamically generated config path to a running solanum
instance, therefore we symlink the configuration to
/etc/solanum/ircd.conf.

But that will prevent reloads of the ircd, because the systemd unit
wouldn't change when the configuration changes. That is why we add the
actual location of the config file to restartTriggers and enable
reloadIfChanged, so changes will not restart, but reload on changes.
2021-06-16 00:19:35 +02:00
..
doc Merge pull request #125604 from ryantm/md-assertions 2021-06-11 07:59:04 -07:00
lib Merge pull request #86967 from jakobrs/more-general-fsbefore 2021-06-14 10:50:07 +02:00
maintainers
modules nixos/solanum: implement reload and allow config changes 2021-06-16 00:19:35 +02:00
tests Merge pull request #125011 from Xe/Xe/solanum-motd 2021-06-16 00:01:24 +02:00
COPYING
default.nix
README
release-combined.nix
release-small.nix
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.