service

Search

You can find the results of your search below.

KPTree Torrent VM Setup @home_server
36 Hits, Last modified:
://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|Deluge systemd]]. Whatbox [[https://whatbox.... ://deluge.readthedocs.io/en/latest/how-to/systemd-service.html|How to create systemd services for Linux]] We want to delay the start of the deluged.service to after the related drives are mounted. First w... rly, in the same listing look for the relevant ''.service''s: <code> deluge-web.service loaded active
Docker-Compose @docker_notes
26 Hits, Last modified:
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 fou... rectives. You are not meant to directly edit the service file, but rather use the ''sudo systemctl edit do
Router Miscellaneous @linux_router
19 Hits, Last modified:
Quit (Esc and Ctrl-C also work) ===glances as a service=== Setup a systemd file for glances as a local web service ''sudo vim /lib/systemd/system/glances.service'' <code> [Unit] Description=Glances Documentation=man:glanc... thub.com/nicolargo/glances After=network.target [Service] #ExecStart=/usr/local/bin/glances -w -t 2 ExecSt
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
19 Hits, Last modified:
ystemd/generator.late, in particular, ups-monitor.service. To see running processes use: ''sudo ps -e | gr... isable'' and ''sudo systemctl disable ups-monitor.service''. You may also need to disable the following systemd services: nut-client.service, nut-monitor.service and nut-server.service. The Kepstin blog gives a good NUT and Systemd discussion [[h
NFTables Configuration @linux_router
16 Hits, Last modified:
#202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags interval direct... ese values in the rules. We can use port numbers, service names and port ranges.\\ Sets provide a performa... AS|Sets]]. </color>++ \\ <tab9> type inet_service; flags interval;\\ <tab9> elements = {\\ ... #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags interval direct
Docker mailserver @docker_notes
14 Hits, Last modified:
ight-hand side). Postfix has a built-in transport service called “virtual” that can receive the email and s... stfix/postfix-script++ ===systemd=== The systemd service script is a hoot!, it seems to do nothing meaningful. ++++/lib/systemd/system/postfix.service| <code>[Unit] Description=Postfix Mail Transport Agent Conflicts=sendmail.service exim4.service ConditionPathExists=/etc/postfix/ma
Docker @docker_notes
12 Hits, Last modified:
Docker====== **Docker** is a set of platform as a service (PaaS) products that use OS-level virtualization ... ver software in packages called _containers_. The service has both free and premium tiers. The software tha... omagically after a reboot. I added a new systemd.service for this: ''sudo vim /etc/systemd/system/iptables-docker.service'': <code>[Unit] Description=IPTables Docker Rules
DHCP / DNS Setup @linux_router
10 Hits, Last modified:
_bind9, and systemctl in some Linux refers to the service as bind9.service. * "named" is the normal name of the isc-bind9 code that is call to start the applicati... uld be incremented up before updating the the DNS service, "sudo systemctl restart bind9". A common techniq... ; }; </code> ++ * ''sudo systemctl status radvd.service'' * ++/lib/systemd/system/radvd.service|<code
Debian / Ubuntu Network Setup @linux_router
8 Hits, Last modified:
to no avail. So I created the following systemd service to perform this function on start-up after the network was up."\\ To create and edit the service: ''sudo systemctl edit --force --full ipv6_start.service'', ''man systemctl'' and search for ++++ipv6_start.service| <code> [Unit] Description=Remove route to he-ipv
ISP PPPoE Network Setup @linux_router
8 Hits, Last modified:
col Daemon]]</fs>. ====PPPoE Startup==== Systemd service to create interface and start ppoe service, below: ''sudo vim /etc/systemd/system/pppoe.service'': <code> [Unit] Description=PPPoE connection Documen... ice After=sys-subsystem-net-devices-eno1.device [Service] ExecStart=/usr/sbin/pppd call provider Type=fork
Docker - DHCP Server @docker_notes
7 Hits, Last modified:
kea-ctrl-agent|This package provides the REST API service agent for Kea DHCP.|?| |isc-kea-dev|Development h... ontrol Agent.|?| ====Network Ports==== From IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number Registry]]: <code>bootps 67 {tcp, udp}
IPMI Console Setup @home_server:home_server_setup:other_services
7 Hits, Last modified:
.) -Setup and start the Linux serial terminal service upon boot -BMC IPMI Client Setup (Using the BMC... and is ''sudo systemctl enable serial-getty@ttyS1.service''. This will start the ttys1 serial tty service on machine boot. This service can be immediately started with ''sudo systemctl start serial-getty@ttyS1.s
Calibre Server @home_server:home_server_setup:other_services
6 Hits, Last modified:
' in a browser on my LAN. Next setup the systemd service as follows sudo vim ''sudo vim /etc/systemd/system/calibre-server.service'' : <code>## startup service [Unit] Description=calibre content server After=network.target [Service] Type=simple User= user Group= group ExecStart=/o
systemd Stuff @home_server:home_server_setup:other_services
6 Hits, Last modified:
* [[https://linuxconfig.org/how-to-create-systemd-service-unit-in-linux|How to create systemd service unit in Linux]] * [[https://unix.stackexchange.com/questions/246935/set-systemd-service-to-execute-after-fstab-mount|Set systemd service to execute after fstab mount]] * DigitalOcean Tutorials
NFTables IP Control @linux_router
5 Hits, Last modified:
# set tcp_open_ports { # type inet_service; flags interval; # elements = { ; } ... } # set udp_open_ports { # type inet_service; flags interval; # elements = { ; } ... { #map tcp_nat_map { # type inet_service : ipv4_addr # elements = { http : 192.1... #map udp_nat_map { # type inet_service : ipv4_addr #} chain wan_in {
Rsync @home_server:home_server_setup:other_services
5 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
4 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
4 Hits, Last modified:
Web Server setup @home_server
3 Hits, Last modified:
samba @home_server:home_server_setup:other_services
3 Hits, Last modified:
Reverse Proxy Server @docker_notes
2 Hits, Last modified:
Linux Router Background @linux_router
2 Hits, Last modified:
Router Hardware @linux_router
2 Hits, Last modified:
Router VM @linux_router
2 Hits, Last modified:
KPTree - Email Server Setup @home_server
1 Hits, Last modified:
IPTables Configuration @linux_router
1 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: