Trying to stop a service before updating
This commit is contained in:
@ -5,6 +5,7 @@ Description=A dummy service
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/podman start -a dummy
|
||||
ExecStop=/usr/bin/podman stop -t 2 dummy
|
||||
ExecStopPost=/usr/bin/podman rm -f dummy
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
Reference in New Issue
Block a user