Skip to content

Add unbound service unit #70

Merged
merged 2 commits into from
Jan 30, 2019
Merged

Add unbound service unit #70

merged 2 commits into from
Jan 30, 2019

Commits on Jan 30, 2019

  1. unbound: Add systemd service unit

        $ ls -l --full-time /etc/systemd/system/unbound.service
        -rw-r--r-- 1 root root 232 2014-12-18 14:49:19.000000000 +0100 /etc/systemd/system/unbound.service
    pmenzel committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    fa889fa View commit details
    Browse the repository at this point in the history
  2. unbound.service: Remove ordering dependency on mxmount.service

    There is no reason to start Unbound after mxmount has started up, so
    remove the ordering dependency. The dependency was likely introduced by
    copying-and-pasting.
    pmenzel committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    95e8f4f View commit details
    Browse the repository at this point in the history