diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-16 22:50:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-16 22:50:02 +0200 |
commit | f0b02ca2afa806efb73b43a81204ff21c4c65446 (patch) | |
tree | 7bb10a0b45167928a451b913eba7193d70da2f26 | |
parent | 07c132ffdd4146b3c5c8c01b220147cfc13122bb (diff) |
units: add rpcbind.target special
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | units/.gitignore | 1 | ||||
-rw-r--r-- | units/rpcbind.target | 21 |
3 files changed, 23 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 15da7b2439..7cbbe47faf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ dist_systemunit_DATA = \ units/network.target \ units/nss-lookup.target \ units/remote-fs.target \ + units/rpcbind.target \ units/rtc-set.target \ units/shutdown.target \ units/sigpwr.target \ diff --git a/units/.gitignore b/units/.gitignore index 88895b63a6..02fd4307f2 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -1,2 +1,3 @@ systemd-initctl.service systemd-logger.service +syslog.target diff --git a/units/rpcbind.target b/units/rpcbind.target new file mode 100644 index 0000000000..ba6160ed9b --- /dev/null +++ b/units/rpcbind.target @@ -0,0 +1,21 @@ +# This file is part of systemd. +# +# Copyright 2010 Lennart Poettering +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# systemd is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with systemd; If not, see <http://www.gnu.org/licenses/>. + +# See systemd.special(7) for details + +[Unit] +Description=RPC Port Mapper |