[systemd-bugs] [Bug 55509] Allow %i at .path/Unit=

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 3 12:02:38 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=55509

Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> ---
I'm not sure since how long exactly, but it is now fixed (v204-102-g02b9e96).

% cat /home/zbyszek/.config/systemd/user/one.path
[Path]
PathExists=/tmp/one
Unit=templ at one.service

% cat /home/zbyszek/.config/systemd/user/templ at .service
[Service]
ExecStart=/bin/true %I

% systemctl --user start one.path

% touch /tmp/one

one.path got triggered.
Trying to enqueue job templ at one.service/start/replace
Installed new job templ at one.service/start as 24
Enqueued job templ at one.service/start as 24
one.path changed waiting -> running
About to execute: /bin/true one
Forked /bin/true as 4335
templ at one.service changed dead -> running
Job templ at one.service/start finished, result=done

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130603/e94b039f/attachment.html>


More information about the systemd-bugs mailing list