Skip to content

Commit

Permalink
fromat the start command
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Mar 6, 2024
1 parent 6653741 commit 3d7f357
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imageroot/systemd/user/ntfy-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +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}
%N serve
${NTFY_IMAGE} podman exec ntfy-app 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 3d7f357

Please sign in to comment.