File: reload.service

package info (click to toggle)
golang-github-coreos-go-systemd 22.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 656 kB
  • sloc: sh: 101; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
[Unit]
Description=reload test

[Service]
ExecStart=/bin/bash -c "trap '' HUP; /bin/sleep 400"
ExecReload=-/bin/systemctl kill -s HUP reload.service