service

Search

You can find the results of your search below.

Reverse Proxy Server @docker_notes
2 Hits, Last modified:
/code> ++++ =====BasicAuth===== For any internal service I expose to the public internet that are either n... y points need to be defined, as required for each service / port. Mail servers are an example that require
Router VM @linux_router
1 Hits, Last modified:
ation files to run the libvirt daemon as a system service *''libvirt-clients'' - contains the libvirt she
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 init Systems @docker_notes
3 Hits, Last modified:
id=docker_notes:docker-deluge#docker_deluge_image_service|Torrent server (Deluge)]] *mailserver (yes, whi... ttp://www.skarnet.org/software/s6/servicedir.html|Service directories]] ++++Basic S6 commands:| *''s6-svstat /run/service/servicename'' or ''s6-svstat /run/s6-rc/servicedi
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
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