mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
units: add rpcbind.target special
This commit is contained in:
parent
07c132ffdd
commit
f0b02ca2af
@ -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 \
|
||||
|
1
units/.gitignore
vendored
1
units/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
systemd-initctl.service
|
||||
systemd-logger.service
|
||||
syslog.target
|
||||
|
21
units/rpcbind.target
Normal file
21
units/rpcbind.target
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user