Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- systemd Stuff @home_server:home_server_setup:other_services
- {{tag>systemd systemctl timer timers journalctl linux debian setup customise customisation}} ======systemd Stuff====== * [[https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux|How to create systemd service unit in Linux]] * [[https://unix.stackexchange.com/q
- Docker-Compose @docker_notes
- was ready. So I did the following. - Found the systemd unit name for the drive mount using: ''systemctl ... mount'' for ''/mnt/docker_store'' - Updated the systemd service for Docker - use systemctl status docker to find the service file, in my case ''/lib/systemd/system/docker.service'' - edit the systemd file and add mount unit found to the [Unit] After and Requi
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- UT about this time, including early conversion to systemd scripts. I notice the Techno Tim [[https://docs.... 5 #Fix value </code> =====NUT & Systemd===== I have been using NUT on my server and UPS ... .04 has been correctly configured to operate with systemd. After updating the configuration file restart t... ns are no longer relevant. Interestingly the NUT systemd configuration is still based upon similar systemd
- KPTree Torrent VM Setup @home_server
- torrent server openvpn btguard nftables iptables systemd virtual machine linux ubuntu}} ======KPTree Torre... [[https://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|Deluge systemd]]. Whatbox [[https://whatbox.ca/wiki/Deluge|Deluge]] also has some interesting... MS corporate software at work.) ---- =====deluge systemd setup===== Setting up deluged and and deluge-web
- Network Setup @home_server:home_server_setup
- etwork/interfaces'' with - network manager - systemd-networkd - netplan As usual they all have their... re Network on Debian 12: A Guide for Beginners]] (systemd-networkd) *[[https://www.server-world.info/en/n... gs : Network Settings]] *[[https://poweradm.com/systemd-network-config-linux/|Network Configuration with Systemd-networkd on Ubuntu/Debian]] (systemd-networkd))
- Router Miscellaneous @linux_router
- web browser at ''192.168.1.1:667'' The darkstat systemd intergration suck, it is a legacy setup. As dark... 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-relo
- Debian Server Network Setup @linux_router
- ts to [[https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/|Predictable Net... 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, y
- IPMI Console Setup @home_server:home_server_setup:other_services
- s unfortunately a bit old as it does not give any systemd setup information. I adjusted my grub boot loade... 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
- 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: ++++/
- 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'',
- 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 DNS, DHCP,... pppoe-on-linux/|Using PPPoE on Linux]], discusses systemd setup for PPPoE, and Samba.org man [[https://ppp.... nt Protocol Daemon]]</fs>. ====PPPoE Startup==== Systemd service to create interface and start ppoe servic
- 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... the OS boot messages between grub and os up. =====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
- Web Server setup @home_server
- for https, port 443 services. ====Hostname==== *Systemd seems to use the control function hostnamectl to ... nf'' instead of ''/etc/apache2/apache2.conf'' * systemd service: ''httpd.service'' instead of ''apache2.s... ff.org/docs/using.html|User Guide]]** *To check systemd times: ''systemctl list-timers'' //(Cerbot used this in systemd enables systems)// *To list cerbot related cert
- NFTables Configuration @linux_router
- ) *Another option is to restart the nftables systemd service, ''sudo systemctl restart nftables.servic... onfiguration permanent / restore on boot==== The systemd service nftables can be used to auto start nftabl... shows where the systemctl script is located; /lib/systemd/system/nftables.service, in my case. See [[https://github.com/devkid/nftables-systemd|nftables-systemd]] on github.com ---- <- linux
- File Sharing @docker_notes
- 019 after five years in beta. The following is a systemd service file that can be used to start the syncth... sed upon the user specific type. So create a new systemd service, ''/lib/systemd/system/syncthing@.service'' ++++syncthing@.service| <code>[Unit] Description=Synct... code> ++++ ''systemctl daemon-reload'' to update systemd. To use example: ''sudo systemctl status syncthi