summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/18-enable-disable_services.chroot
AgeCommit message (Collapse)Author
2023-10-18systemd: T5354: always disable sshguard.serviceChristian Breunig
2023-03-25systemd: T5111: always disable pppd-dns.serviceChristian Breunig
An update to the Debian ppp package remove the needed /etc/ppp/ip-down.d/0000usepeerdns file. As DNS resolution is handled by vyos-hostsd we can disable this service entirely.
2021-12-10wwan: T3795: disable ModemManager serviceChristian Poessinger
(cherry picked from commit 8cf4aba93320951c33f8f8b2b53ab9cf7d1076a0)
2021-08-27systemd: services: remove no longer available lighttpd.service from disable listChristian Poessinger
2021-08-27systemd: services: remove no longer available exim4.service from disable listChristian Poessinger
2021-05-23systemd: services: T3572: disable smartdChristian Poessinger
(cherry picked from commit 21340d1348bda97c599e67a8e3c7cd6b9d618830)
2021-03-27systemd: services: disable sendmailChristian Poessinger
(cherry picked from commit 700f566000245a078147a59ada9889d598cad42c)
2020-12-28systemd: services: disable ddclientChristian Poessinger
2020-12-28systemd: services: disable additional service from vyatta-cfg-systemChristian Poessinger
This is the accompanying commit to [1], which moved all the service disable stuff to vyos-build only. [1]: https://github.com/vyos/vyatta-cfg-system/commit/8964d55045f57218d2f057
2020-12-28services: disable telegraf by defaultChristian Poessinger
Commit 5bd60a745de22 ("Add telegraf agent (experimentally)") added the agent to the rolling ISO. The telegraf daemon was thus always started by default and simply consuming RAM without doing anything useful. As all VyOS servcies are disabled by default, so is telegraf. If you wan't to experiment with it, you can simply start and enable the service on your system by: systemctl enable telegraf.service systemctl start telegraf.service
2020-11-06systemd: T3048: disable tuned service by defaultChristian Poessinger
2020-08-31configd: T2582: enable vyos-configd.serviceJohn Estabrook
2020-08-23lcd: T2564: disable services by defaultChristian Poessinger
2020-08-18anyconnect: T2036: disable ocserv.service by defaultDmitriyEshenko
2020-08-04systemd: services: disable certbot by defaultChristian Poessinger
2020-07-04systemd: services: T2659: disbale fastnetmon by defaultDmitriyEshenko
2020-06-19systemd: services: disable all udp-broadcast-relay instancesChristian Poessinger
2020-06-19T2490: add support for serial console-serverChristian Poessinger
2020-06-16systemd: services: disbale SNMPD by defaultChristian Poessinger
2020-06-16systemd: services: remove SysVinit leftoversChristian Poessinger
2020-06-07systemd: T2559: lm-sensors disable service by defaultChristian Poessinger
2020-05-19dhcpv6-pd: disable wide-dhcp-client service by defaultChristian Poessinger
2020-01-08live-tools: T1880: live-tools service hangs on reboothagbard
* live-tools.service is supposed to find and eject the live media, I think the package can be removed from the installation list or deinstalled before the iso is generated.
2019-12-02systemd: cryptsetup: we do not support encrypted volumesChristian Poessinger
2019-12-02systemd: igmpproxy: service is handled by VyOS CLIChristian Poessinger
2019-12-02systemd: ntp: service is handled by VyOS CLIChristian Poessinger
2019-12-02systemd: man: do not rebuild man db once a dayChristian Poessinger
2019-12-02systemd: pcscd: disable SmartCard serviceChristian Poessinger
PCSC is included via a dependency of wpa_supplicant. vyos@vyos:~$ apt-cache rdepends pcscd pcscd Reverse Depends: libpcsclite1 opensc libpcsclite1 vyos@vyos:~$ apt-cache rdepends libpcsclite1 libpcsclite1 Reverse Depends: pcscd wpasupplicant
2019-12-02systemd: apt: disable daily update serviceChristian Poessinger
As VyOS does not make use of APT for updating the system it is useless to run this service.
2019-11-29rsyslog: disabling rsyslog causes start issues if requiredhagbard
- socket.service can be found since disabling rsyslog removes the link to socket.service too and causes a dependency error
2019-11-29syslog: T1834: 'del system syslog' doesn't stop rsysloghagbard
- disable syslog.socket unit is not required, it's no service
2019-11-29syslog: T1834: 'del system syslog' doesn't stop rsysloghagbard
- disbled autostart at boot via systemd
2019-10-11acpid: enable acpid to enable power button triggered shutdownshagbard
2019-10-08systemd-disable - heartbeat.service disabledhagbard
2019-10-08systemd-services: disable pacemaker, corosync, wpa_supplicant, squidhagbard
- dusable their autostart at boot time via systemd defaults
2019-08-21T1598: enable vyos-hostsd by on startup.Daniil Baturin
2019-07-01[service https] T1443: add nginx and ssl-cert packages; disable nginx onJohn Estabrook
boot.
2018-11-12Add uefi to vyos-buildKim Hagen