Skip to content

Commit

Permalink
Merge pull request #1 from geniusdynamics/dev
Browse files Browse the repository at this point in the history
initial bare bones working version
  • Loading branch information
compgeniuses authored Mar 6, 2024
2 parents 4b9efbc + 860e0bc commit b65e6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/ntfy-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/ntfy-app.pid \
--pod-id-file %t/ntfy.pod-id --replace -d --name ntfy-app \
--volume ntfy-cache:/var/cache/ntfy \
--volume ntfy-app:/etc/ntfy \
${NTFY_IMAGE}
${NTFY_IMAGE} serve
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/ntfy-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP ntfy-app
SyslogIdentifier=%u
Expand Down

0 comments on commit b65e6e8

Please sign in to comment.