telegraf/scripts
Lukasz Jagiello a18eedb970 Use deb-systemd-invoke to restart service (#3506)
From man page:
```
deb-systemd-invoke is a Debian-specific helper script which asks
       /usr/sbin/policy-rc.d before performing a systemctl call.

deb-systemd-invoke is intended to be used from maintscripts to start
       systemd unit files. It is specifically NOT intended to be used
       interactively by users. Instead, users should run systemd and use
       systemctl, or not bother about the systemd enabled state in case they
       are not running systemd.
```

This PR replace regular `systemctl` with `deb-systemd-invoke`.
2017-11-27 17:05:32 -08:00
..
build.py Add shadow-utils dependency to rpm package (#3505) 2017-11-27 17:02:16 -08:00
circle-test.sh
dev.docker
init.sh
post-install.sh Use deb-systemd-invoke to restart service (#3506) 2017-11-27 17:05:32 -08:00
post-remove.sh
pre-install.sh
pre-remove.sh
telegraf.service
tls-certs.sh