...

Text file src/github.com/coreos/go-systemd/v22/fixtures/reload.service

Documentation: github.com/coreos/go-systemd/v22/fixtures

     1[Unit]
     2Description=reload test
     3
     4[Service]
     5ExecStart=/bin/bash -c "trap '' HUP; /bin/sleep 400"
     6ExecReload=-/bin/systemctl kill -s HUP reload.service

View as plain text