Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- systemd Stuff @home_server:home_server_setup:other_services
- sktop.org [[https://www.freedesktop.org/software/systemd/man/systemd.time.html|systemd.time — Time and date specifications]] and [[https://www.freedesktop.org/software/systemd/man/systemd.timer.html|systemd.timer — Timer unit configuration]] ---- <- home
- Docker-Compose @docker_notes
- nted]] * [[https://www.freedesktop.org/software/systemd/man/systemd.unit.html#RequiresMountsFor=|systemd.unit — Unit configuration #RequiresMountsFor]] ... uring_basic_system_settings/assembly_working-with-systemd-unit-files_configuring-basic-system-settings|RedHat Docs Chapter 17. Working with systemd unit files]] * [[https://gabrieltanner.org/blog
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- ns are no longer relevant. Interestingly the NUT systemd configuration is still based upon similar systemd scripts and configuration.** The Ubuntu 16.04 N... igitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files|Understanding Systemd Units and Unit Files]], [[https://www.digitalocea... ommunity/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|How To Use Systemctl to Manage Systemd Services and Units]], and [[https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal|Systemd Essentials: Working with Services, Units, and the
- Network Setup @home_server:home_server_setup
- https://medium.com/100-days-of-linux/working-with-systemd-networkd-e461cfe80e6d|Working with systemd-networkd]] (systemd-networkd) *[[https://major.io/p/creating-a-brid... ation]] *[[https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html|Systemd documentation: systemd.network]] =====Archived Network Setups===== ++++... tion with automatic roll back. *''journalctl -u systemd-networkd'' to check the networkd log ++++ =====Fu... tl -u NetworkManager'') ''sudo systemctl restart systemd-networkd '' =====Ubuntu Network Setup Links=====
- KPTree Torrent VM Setup @home_server
- [[https://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|Deluge systemd]]. Whatbox [[https://whatbox.ca/wiki/Deluge|Delug... [[https://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|How to create systemd services for Linux]] We want to delay the start... tps://unix.stackexchange.com/questions/246935/set-systemd-service-to-execute-after-fstab-mount|Set systemd service to execute after fstab mount]] * Digita... ommunity/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|How To Use Systemctl to Manage Systemd Services and Units]] * [[https://www.digitalo
- Router Miscellaneous @linux_router
- onfig'' . ===glances as a service=== ++++Setup a systemd file for glances as a local web service ''sudo vim /lib/systemd/system/glances.service''| <code> [Unit] Descripti... =multi-user.target </code> ++++ After modifying a systemd file update systemd: ''sudo systemctl daemon-reload'' The glances ou... ommunity/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|Systemctl]] to manage systemd services and units and for [[https://www.digitalo... ials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs|journalctl]]. *Some commonly used system s
- Debian Server Network Setup @linux_router
- Interface Names]], also see [[https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with this. In any case,... sts on network dhcp *Use ''sudo journalctl -xeu systemd-networkd'' (''sudo systemctl status systemd-networkd'') *Use ''sudo journalctl -xeu Network... Interface Names]], also see [[https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with this. In any case,... This one talks about reliable network target with systemd[[https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/|Running Services After the Network
- IPMI Console Setup @home_server:home_server_setup:other_services
- e serial terminal is running. Current Ubuntu uses systemd, a reference to setup ttys on systemd is Pid Eins [[http://0pointer.net/blog/projects/serial-console.html|systemd for Administrators, Part XVI]] which discusses Ge... n older reference, but seems to be a good one for systemd...) The key command is ''sudo systemctl enable ... setup of stty are not optimal for systems running systemd, but still ok for Grub boot loader setup. (The cl
- Docker init Systems @docker_notes
- -shutdown-sysv|SysV Init Runlevels]] *[[https://systemd.io/|SystemD]] *[[https://wiki.gentoo.org/wiki/OpenRC|OpenRC... tps://www.hackerstack.org/linux-system-v-init-and-systemd-essentials/|Linux SysV init and Systemd essentials]] When creating my own imaged I have g
- Docker mailserver @docker_notes
- ++here|/usr/libexec/postfix/postfix-script++ ===systemd=== The systemd service script is a hoot!, it seems to do nothing meaningful. ++++/lib/systemd/system/postfix.service| <code>[Unit] Description=... le.org</code> ====dovecot start / stop==== ===systemd=== The debian 10 systemctl dovecot.service: ++++/
- ISP PPPoE Network Setup @linux_router
- arff.id.au/blog/2021/internode-ipv6-on-linux-with-systemd-networkd/|Internode IPv6 on Linux with systemd-networkd]] ====Install Software==== Install the ... > Use ''sudo systemctl daemon-reload'' to update systemd for new service. Then ''sudo systemd disable pppoe'' to disable this service from acti
- ntp @docker_notes
- ut) *Copy the default configuration in ''/etc/systemd/timesyncd.conf'' to ''/etc/systemd/timesyncd.conf.d/timesyncd.conf'' and modify options in ''/etc/systemd/timesyncd.conf.d/timesyncd.conf'' *timedatectl
- NFTables IP Control @linux_router
- rwise not working the error message go nowhere. Systemd has a service to redirect output of cron jobs to systemd's journal: ''/usr/bin/systemd-cat -t controllist'', again the full path is given. The command path can be... crontab command entry would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh'',... ommand to be executed # 45 23 * * * /usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh 5h
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- {{tag>linux dmesg command systemd journal journalctl tzdata timezone apt upgrade update install remove cron... tional *debug - debug-level messages =====systemd===== *Systemctl related commands: *Systemd common commands (start / stop / restart / status) (enable / disable for boot control) *List current Systemd operating units: ''sudo systemctl list-units | gr
- NFTables Configuration @linux_router
- y case. See [[https://github.com/devkid/nftables-systemd|nftables-systemd]] on github.com ---- <- linux_router:netfilter