31 Commits

Author SHA1 Message Date
Christian Poessinger
d14b0ee946 systemd: services: disable ddclient 2020-12-28 22:52:05 +01:00
Christian Poessinger
51c889c116 systemd: services: disable additional service from vyatta-cfg-system
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-28 18:54:37 +01:00
Christian Poessinger
c926168400 services: disable telegraf by default
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-12-28 15:56:51 +01:00
Christian Poessinger
5797078cd2 systemd: T3048: disable tuned service by default 2020-11-06 19:05:29 +01:00
John Estabrook
c3c1fa4518 configd: T2582: enable vyos-configd.service 2020-08-31 09:33:47 -05:00
Christian Poessinger
d9ecdb93bf lcd: T2564: disable services by default 2020-08-23 12:19:28 +02:00
DmitriyEshenko
880ded2c73 anyconnect: T2036: disable ocserv.service by default 2020-08-18 14:16:19 +00:00
Christian Poessinger
9e92985ad3 systemd: services: disable certbot by default 2020-08-04 08:41:14 +02:00
DmitriyEshenko
c4ad64f4a2 systemd: services: T2659: disbale fastnetmon by default 2020-07-04 16:51:51 +00:00
Christian Poessinger
5fc9c378b6 systemd: services: disable all udp-broadcast-relay instances 2020-06-19 17:26:03 +02:00
Christian Poessinger
a7fac7399d T2490: add support for serial console-server 2020-06-19 17:09:34 +02:00
Christian Poessinger
712a1e7618 systemd: services: disbale SNMPD by default 2020-06-16 18:36:18 +02:00
Christian Poessinger
e5a8e5f77a systemd: services: remove SysVinit leftovers 2020-06-16 18:33:38 +02:00
Christian Poessinger
a31c709c79 systemd: T2559: lm-sensors disable service by default 2020-06-07 17:23:37 +02:00
Christian Poessinger
21ad4d6dd5 dhcpv6-pd: disable wide-dhcp-client service by default 2020-05-19 20:31:12 +02:00
hagbard
a7428b57e6 live-tools: T1880: live-tools service hangs on reboot
* 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.
2020-01-08 08:57:24 -08:00
Christian Poessinger
736de7a6bb systemd: cryptsetup: we do not support encrypted volumes 2019-12-02 21:02:22 +01:00
Christian Poessinger
143dfc0c67 systemd: igmpproxy: service is handled by VyOS CLI 2019-12-02 21:01:35 +01:00
Christian Poessinger
51d1f85b51 systemd: ntp: service is handled by VyOS CLI 2019-12-02 21:00:50 +01:00
Christian Poessinger
f2dd696099 systemd: man: do not rebuild man db once a day 2019-12-02 21:00:34 +01:00
Christian Poessinger
baf8e096af systemd: pcscd: disable SmartCard service
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-02 20:30:28 +01:00
Christian Poessinger
a276c3e7f9 systemd: apt: disable daily update service
As VyOS does not make use of APT for updating the system it is useless
to run this service.
2019-12-02 20:18:49 +01:00
hagbard
2a5c58f4d0 rsyslog: disabling rsyslog causes start issues if required
- socket.service can be found since disabling rsyslog removes
      the link to socket.service too and causes a dependency error
2019-11-29 12:17:08 -08:00
hagbard
672cff5ebf syslog: T1834: 'del system syslog' doesn't stop rsyslog
- disable syslog.socket unit is not required, it's no service
2019-11-29 11:05:27 -08:00
hagbard
af920bd3be syslog: T1834: 'del system syslog' doesn't stop rsyslog
- disbled autostart at boot via systemd
2019-11-29 09:24:23 -08:00
hagbard
c293b710ab acpid: enable acpid to enable power button triggered shutdowns 2019-10-11 13:02:30 -07:00
hagbard
2914795048 systemd-disable - heartbeat.service disabled 2019-10-08 14:40:36 -07:00
hagbard
1ff1b22726 systemd-services: disable pacemaker, corosync, wpa_supplicant, squid
- dusable their autostart at boot time via systemd defaults
2019-10-08 11:29:50 -07:00
Daniil Baturin
372bad3d5d T1598: enable vyos-hostsd by on startup. 2019-08-21 03:21:29 -04:00
John Estabrook
fe60d1f73d [service https] T1443: add nginx and ssl-cert packages; disable nginx on
boot.
2019-07-01 13:17:48 -05:00
Kim Hagen
8dcda0e05b Add uefi to vyos-build 2018-11-12 10:07:52 +01:00