Hi,

can I ask a configuration question here?

I have an upload.service, started by an upload.timer. The upload.service
has a Require=ssh-tunnel.service (After= is also set). When the
upload.service is finished how can I make systemd to also stop the
ssh-tunnel.service?

Currently I use systemctl stop ssh-tunnel.service in the upload script.
But since the upload.service has User=<non-root>, I also have to
configure sudo to allow my script to stop the service.

Is there already a systemd solution for this problem?

- Jakob

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to