aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/pacredir.service
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16use systemd-resolved for service discovery 🎉Gravatar Christian Hesse1-1/+2
This queries systemd-resolved via dbus for records and services. A lot has changed... Thus not listing all the details.
2025-07-16remove avahi code 🪦Gravatar Christian Hesse1-3/+2
This limits the functionality, as there is no code for discovery now. However it builds, and static hosts are still functional. This is done in preparation to introduce now code making use of systemd-resolved.
2025-06-25use my site for documentation in unit filesGravatar Christian Hesse1-1/+1
2025-01-01update copyright for 2025Gravatar Christian Hesse1-1/+1
2024-01-01update copyright for 2024Gravatar Christian Hesse1-1/+1
2023-01-03update copyright for 2023Gravatar Christian Hesse1-1/+1
2022-04-04create a system user for pacredirGravatar Christian Hesse1-1/+1
Missing configuration in /etc/nsswitch.conf was problematic before... Looks looks handling of dynamic users became even worse with dbus 1.14.0 - so let's create a regular system user. Addresses #1
2022-01-03update copyright for 2022Gravatar Christian Hesse1-1/+1
2021-01-01update copyright for 2021Gravatar Christian Hesse1-1/+1
2020-12-29support reload from systemd serviceGravatar Christian Hesse1-0/+1
2020-11-25clearly state the licenseGravatar Christian Hesse1-0/+7
2018-07-04use private bind mounts for pacserve, remove pacdbservesystemd-v233Gravatar Christian Hesse1-1/+0
We want just one service to serve database files and package archives. Private bind mounts make both available to pacserve. This alse removes some complexity in pacredir.
2018-01-02add documentation link in systemd unit fileGravatar Christian Hesse1-0/+1
2017-10-10allocate a dynamic usersystemd-v232Gravatar Christian Hesse1-2/+1
2017-04-28drop unit file paccache.serviceGravatar Christian Hesse1-0/+2
2016-12-01Use systemd service manager notificationGravatar Christian Hesse1-0/+1
Notify systemd service manager when our initialization sequence completed.
2016-10-06order pacredir service after network{,-online}.targetGravatar Christian Hesse1-1/+1
2015-06-27add some extra security to systemd unitsGravatar Christian Hesse1-0/+4
2013-11-04actually avahi-daemon IS required...Gravatar Christian Hesse1-0/+1
2013-11-04do not make avahi-daemon a hard dependGravatar Christian Hesse1-1/+1
Now that you can add static hosts via config file it may make sense to run pacredir without avahi-daemon. Just make it start After=.
2013-10-30use unprivileged user to run servicesGravatar Christian Hesse1-0/+2
2013-10-26make avahi-daemon.service a hard dependency for pacredir.serviceGravatar Christian Hesse1-1/+1
2013-10-26fix unit descriptionGravatar Christian Hesse1-1/+1
2013-10-25initial commitGravatar Christian Hesse1-0/+9