File: oneshot.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 (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[Unit]
Description=start stop test

[Service]
ExecStart=/bin/sh sleep 400
ExecStopPost=/bin/sh sleep 1000
Type=oneshot