Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systemd unit for chilli.service #541

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

mmaridev
Copy link

Hi,

this is a first implementation of the systemd unit for chilli.service, although there are a few issues.

I wanted to build something more systemd-oriented than just a wrapper around the sysVinit script. Here some of the problems:

  1. Usage of /var/run/chilli.$HS_LANIF.pid is impossible mainly due to this systemd issue so I had to move to just /run/chilli.pid (also, systemd reports use of /var/run is deprecated an on my setup is in fact a symlink to /run). In my understanding, the current init script don't provide any support for multiple interfaces but, if needed, we could use the chilli@interface syntax of systemd to trick the situation.
  2. chilli runs as chilli user but needs to be invoked by root, so that it writes the .cfg.bin file. The most meaningful solution would be either to write the .cfg.bin file with ExecStartPre or to move the file to a location (e.g. /var/spool/chilli) writable by the chilli user. Is one of this possible?

refs #540

@mmaridev
Copy link
Author

  1. The current handling of running radconfig injected via crontab doesn't make me really happy, I don't think editing cron via a service file can be considered a good practice. Maybe in systemd this could be replicated with a timer?
  2. Also running modprobe from the init file doesn't make that much sense to me. I think you should install via deb/rpm package something like /etc/modules-load.d/chilli.conf that loads tun at boot.

@mmaridev
Copy link
Author

/cc @paolodongilli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant