aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
AgeCommit message (Expand)AuthorFilesLines
2022-01-20manpage: remove the no longer supported value "vers2"Yongcheng Yang1-1/+0
2021-09-23systemd generators: Install depending on location for systemd unit filesSalvatore Bonaccorso1-1/+1
2021-09-23systemd/Makefile: Drop exlicit setting of unit_dirSalvatore Bonaccorso1-1/+0
2021-07-26systemd: Fix non-default statedir paths.James Hilliard4-2/+18
2021-03-15mountd: make default ttl settable by optionNeilBrown1-0/+2
2021-03-15mountd: add --cache-use-ipaddr option to force use_ipaddrNeilBrown1-0/+2
2021-03-15mountd: add logging for authentication results for accesses.NeilBrown1-0/+16
2021-03-15gssd: Add options to rpc.gssd to allow for the use of $HOME/.k5identity filesJacob Shivers1-1/+2
2021-02-19exportd: Added config variable to compile in the NFSv4 only server.Steve Dickson1-1/+5
2021-02-18exportd: systemd unit filesSteve Dickson3-1/+46
2021-02-18exportd/exportfs: Add the state-directory-path optionSteve Dickson1-1/+2
2021-02-18exportd: multiple threadsSteve Dickson1-0/+9
2020-12-11exportfs: Ingnore export failures in nfs-server.serivce unitSteve Dickson1-2/+2
2020-11-10nfs-v4client.target: NFSv4 only client target.Steve Dickson1-0/+12
2020-11-10manpage: Update nfs.conf and nfsmount.conf manpagesSteve Dickson1-0/+8
2020-07-17nfs-utils: systemd: nfs-server.service: Cleanup extra whitespacesSalvatore Bonaccorso1-7/+7
2019-12-09systemd: install nfsdcld.service when nfsdcld is enabledScott Mayhew1-0/+5
2019-10-14conffile: allow optional include filesNeilBrown1-0/+3
2019-08-01nfs-server-generator: Fix memory leak on error in nfs-server-generatorAlice J Mitchell1-1/+2
2019-06-10Add support for the "[exports] rootdir" nfs.conf option to rpc.mountdTrond Myklebust1-1/+19
2019-06-10Add a helper to return the real path given an export entryTrond Myklebust1-1/+2
2019-05-10systemd: Change /var/run -> /run in systemd service filesOrion Poplawski2-2/+2
2019-05-10Removed resource leaks from systemd/rpc-pipefs-generator.cSteve Dickson1-2/+8
2019-04-16systemd: add a unit file for nfsdcldScott Mayhew2-0/+12
2019-03-12gssd: add verbosity options to the rpc.gssd man pagePierguido Lambri1-0/+2
2018-12-10systemd: run statd-notify even when nfs-client isn't enabledNeilBrown1-0/+1
2018-11-29systemd/rpc-statd.service - add IgnoreOnIsolate=yesNeilBrown1-0/+1
2018-10-22gssd: Introduce use-gss-proxy boolean to nfs.confSteve Dickson1-0/+1
2018-06-19nfs-utils: Fix a minor memory leak in generate_mount_unit and generate_targetKenneth D'souza1-0/+8
2018-02-23Removed missing-prototypes warnings.Steve Dickson1-0/+1
2017-11-07nfs-utils: Restore ABI compat with pre-merge libnfsidmapJustin Mitchell1-1/+1
2017-10-26nfs-utils: split conffile to a separate convenience libJustin Mitchell1-2/+2
2017-10-12systemd: Add RemainAfterExit to two servicesNeilBrown2-0/+2
2017-07-26systemd: add a blurb about masking rpc-gssd to the man pageScott Mayhew1-4/+14
2017-05-05config: Remove the conf_path globalJustin Mitchell1-2/+1
2017-04-24systemd: Afters are also needed for the Wants=network-online.targetSteve Dickson4-3/+4
2017-04-10systemd: NFS server services should use network-onlineSteve Dickson4-5/+6
2017-04-10systemd: add a generator for the rpc_pipefs mountpointScott Mayhew10-43/+310
2017-04-09blkmapd: allow the rpc_pipefs mountpoint to be overriddenScott Mayhew1-1/+2
2017-04-09gssd: add a deprecation warning for pipefs-directory in gssd sectionScott Mayhew1-1/+2
2017-04-09idmapd: move the pipefs-directory config option to nfs.confScott Mayhew1-0/+9
2017-04-09systemd: nfs-server service should use network-onlineSteve Dickson1-2/+2
2017-02-15nfs-server-generator: handle 'noauto' mounts correctlyNeilBrown1-0/+26
2017-02-15systemd: Fix nfs-mountd dependency on rpcbindRafael David Tinoco1-0/+1
2017-02-15mountd/exportfs: implement the -s/--state-directory-path optionScott Mayhew1-0/+7
2017-01-04nfs-server-generator: avoid using syslogNeilBrown1-0/+3
2016-12-20svcgssd: add /etc/nfs.conf supportNeilBrown1-0/+9
2016-12-20gssd: add /etc/nfs.conf supportNeilBrown1-0/+18
2016-12-20exportfs: allow debugging to be enabled in nfs.confNeilBrown1-0/+6
2016-12-20xlog: Add common support for "debug=??" in /etc/nfs.confNeilBrown1-1/+9
2016-12-20nfsd: add /etc/nfs.conf support for host=NeilBrown1-0/+1
2016-12-20nfsd: add /etc/nfs.conf support for nfsd.port option.NeilBrown1-1/+4
2016-12-20Add nfs.systemd man pageNeilBrown2-2/+169
2016-12-20systemd: Remove the nfs-config.serviceNeilBrown11-60/+23
2016-12-20statd: allow --no-notify to be passed via environment variable.NeilBrown1-1/+2
2016-12-20conffile: allow $name expansion of tag values.NeilBrown1-0/+8
2016-12-20conffile: ignore setting of empty stringNeilBrown1-1/+2
2016-12-20conffile: strip "quotes" from values in conf file.NeilBrown1-0/+2
2016-12-20conffile: add support for include files.NeilBrown1-0/+13
2016-12-20Add /etc/nfs.conf support for sm-notifyNeilBrown1-0/+10
2016-12-20Add /etc/nfs.conf support for statdNeilBrown1-0/+25
2016-12-20Add /etc/nfs.conf support for mountd.NeilBrown1-1/+21
2016-12-20Add /etc/nfs.conf support to rpc.nfsdNeilBrown1-0/+24
2016-12-20conffile: add bool supportNeilBrown1-0/+16
2016-12-20Add man-page describing /etc/nfs.confNeilBrown2-1/+70
2016-11-07nfs-server-generator: avoid using external services.NeilBrown1-2/+2
2016-08-25rpc-gssd: Make the path to the keytab configurable.Steve Dickson1-1/+1
2016-08-24Make location of nfs-utils_env.sh configurable.Steve Dickson1-1/+1
2016-08-24nfs-server-generator: Fix segfault when /etc/fstab does not existYu Watanabe1-1/+7
2016-08-22systemd: improve ordering between nfs-server and various mountsSteve Dickson3-3/+152
2016-05-02systemd unit files: fix up dependencies on rpcbind.NeilBrown2-4/+5
2016-04-27Move nfs-utils_env.sh to a more appropriate directorySteve Dickson2-2/+2
2016-03-16systemd: ensure nfs-config service is re-run as needed.NeilBrown1-1/+5
2015-11-16systemd: Decouple the starting and stopping of rpcbind/nfs-serverSteve Dickson2-2/+2
2015-11-02systemd/Makefile: only install rpc-svcgssd.service if it is required.NeilBrown1-1/+5
2015-09-15Install only needed systemd unit fileAurelien Chabot1-5/+17
2015-06-26systemd: Set var-lib-nfs-rpc_pipefs.mount After= tmpfilesColin Walters1-0/+1
2015-06-25nfs-server: Use rpcbind.service instead of rpbind.targetSteve Dickson1-2/+2
2015-03-19nfs-blkmap.service: add EnvironmentFile directiveSteve Dickson1-0/+1
2015-03-19units: nuke nfs-blkmap.targetZbigniew Jędrzejewski-Szmek5-15/+5
2015-03-19systemd: Relax dependencies of servicesMartin Pitt7-4/+13
2015-03-19systemd: Order NFS server before clientMartin Pitt1-0/+3
2015-03-19systemd: Have rpc-statd-notify.service Require network.targetSteve Dickson1-1/+1
2015-02-09rpc-statd-notify: Don't wait for the network to come upSteve Dickson1-1/+1
2015-01-23systemd: Ensure RPC pipefs is mounted before rpc.idmapd startsChris Mayo1-0/+2
2015-01-15sm-notify: Notify hosts in backgroundSteve Dickson1-3/+2
2015-01-15systemd: Bind the nfs-mountd service to the nfs-server serviceSteve Dickson1-2/+1
2015-01-15systemd: Bind rpc.idmapd to the nfs-server serviceSteve Dickson1-1/+1
2014-12-13systemd: added the $BLKMAPDARGS var to the nfs-blkmap serviceSteve Dickson1-1/+1
2014-12-07Include systemd unit files in "dist" and "install".NeilBrown1-0/+32
2014-09-30Centralize dependencies on the auth unit.Simo Sorce3-6/+12
2014-09-29nfs-client.target: Removed a ordering cycle with nfs-server.serviceSteve Dickson1-1/+1
2014-09-25nfs-service: Added gssproxy supportSteve Dickson1-3/+3
2014-09-24systemd: manually insert auth_rpcgss module.J. Bruce Fields3-1/+16
2014-03-24systemd: add PIDFile directives where appropriate.NeilBrown2-0/+2
2014-03-24systemd: nfs-client needs rpc-svcgssd too.NeilBrown1-2/+3
2014-03-24systemd: remove @localstatedir@ marking.NeilBrown1-1/+1
2014-03-24systemd units: create nfs-config.service as single location to process config.NeilBrown9-14/+29
2014-03-24systemd units: remove reference to nfs-server.target from nfs-server.service.NeilBrown1-1/+0
2014-03-24systemd: convert secure services to start without explicitNeilBrown4-17/+17
2014-03-24systemd units: merge nfs-server.service and nfs-server.targetNeilBrown3-9/+11
2014-03-24systemd: tidy up DefaultDependenciesNeilBrown7-4/+7
2014-03-24systemd: add nfs-utils.service which can be used to restart everything.NeilBrown9-0/+40
2014-03-24Added systemd/var-lib-nfs-rpc_pipefs.mountNeilBrown1-0/+8
2014-03-24Added systemd/rpc-svcgssd.serviceNeilBrown1-0/+15
2014-03-24Added systemd/rpc-statd.serviceNeilBrown1-0/+12
2014-03-24Added systemd/rpc-statd-notify.serviceNeilBrown1-0/+17
2014-03-24Added systemd/rpc-gssd.serviceNeilBrown1-0/+14
2014-03-24Added systemd/proc-fs-nfsd.mountNeilBrown1-0/+8
2014-03-24Added systemd/nfs-server.targetNeilBrown1-0/+8
2014-03-24Added systemd/nfs-server.serviceNeilBrown1-0/+24
2014-03-24Added systemd/nfs-secure.targetNeilBrown1-0/+8
2014-03-24Added systemd/nfs-mountd.serviceNeilBrown1-0/+13
2014-03-24Added systemd/nfs-idmapd.serviceNeilBrown1-0/+9
2014-03-24Added systemd/nfs-client.targetNeilBrown1-0/+13
2014-03-24Added systemd/nfs-blkmap.targetNeilBrown1-0/+8
2014-03-24Added systemd/nfs-blkmap.serviceNeilBrown1-0/+11
2014-03-24Added systemd/READMENeilBrown1-0/+50