Trying to kick out the service in a very dumb way
This commit is contained in:
parent
e2eaef3a18
commit
62d3942832
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ deploy:
|
|||
docker service rm dummy || true
|
||||
install -D -m 644 config/systemd/dummy.service /etc/systemd/system
|
||||
systemctl daemon-reload
|
||||
systemctl stop dummy.service || true
|
||||
systemctl stop dummy.service || true && podman rm -f dummy
|
||||
podman run --name dummy -d dummy:latest
|
||||
systemctl enable dummy.service
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ Description=A dummy service
|
|||
Restart=always
|
||||
ExecStart=/usr/bin/podman start -a dummy
|
||||
ExecStop=/usr/bin/podman stop -t 2 dummy
|
||||
ExecStop=/usr/bin/podman rm -f dummy
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Reference in New Issue
Block a user