diff options
| author | Shulhan <ms@kilabit.info> | 2022-04-20 11:41:11 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-04-20 11:41:11 +0700 |
| commit | d99356259a60ac0e2c345e60b3a6c92c3fb9d764 (patch) | |
| tree | 916ccaf7c1a640340d0b8b0d03fd03d616d5e502 /_sys/usr/lib/systemd/system/rescached.service | |
| parent | 46f8ba922984a655c34954895aaf0234bf30e822 (diff) | |
| download | rescached-d99356259a60ac0e2c345e60b3a6c92c3fb9d764.tar.xz | |
all: move all installation files into directory _sys
Previously, all files required for installing rescached scattered in
different directories.
This changes move all files into single directory _sys with the
directory structure matched with target system.
Diffstat (limited to '_sys/usr/lib/systemd/system/rescached.service')
| -rw-r--r-- | _sys/usr/lib/systemd/system/rescached.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_sys/usr/lib/systemd/system/rescached.service b/_sys/usr/lib/systemd/system/rescached.service new file mode 100644 index 0000000..8f86608 --- /dev/null +++ b/_sys/usr/lib/systemd/system/rescached.service @@ -0,0 +1,17 @@ +## SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> +## SPDX-License-Identifier: GPL-3.0-or-later + +[Unit] +Description=Resolver Cache Daemon +Wants=network-online.target nss-lookup.target +After=network.target network-online.target +Before=nss-lookup.target + +[Service] +Type=simple +ExecStart=/usr/bin/rescached -config /etc/rescached/rescached.cfg +Restart=on-failure +StandardError=journal + +[Install] +WantedBy=multi-user.target |
