title bounce
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  bounce - restart objects, including services, network mounts, or NICs
SYNOPSIS
  bounce [-d {0..10}] [-uV] [-D delay] [-n|-s|-m] [object1 ...]
OPTIONS
  -d debuglevel   -d 10 is maximum output
  -u usage        show help text
  -V version      display version number
  -D delay        DELAY in seconds between down and up cycles. Default is 2.
  -n | -s | -m    helps bash autocompletion, for NIC, service, or mount. Actually does nothing.
OBJECTS
  Supported items include network cards, network shares, and systemd services.
DESCRIPTION
  Restart a number of objects, of categories mostly relating to the network. All objects must be the same type as [object1].
  Example:
    Call `bounce /mnt/public` to remount the network share.
AUTHOR
  Ben Stack <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
BUGS
* Only supports `systemctl` commands for service restarts.
* Does not get much attention from author.
SEE ALSO
  `shares(1)`
