Hi, I have a keyboard daemon that sometimes fails to come up, I guess
because the device is not there. However my current attempt does not
work:

[hendry@alarmpi ~]$ cat /usr/lib/systemd/system/shkd.service
[Unit]
Description=Simple HotKey Daemon
Requires=dev-input-by\x2did-usb\x2d13ba_0001\x2devent\x2dkbd.device
[Service]
Type=simple
Restart=always
ExecStart=/usr/local/bin/shkd /dev/input/by-id/usb-13ba_0001-event-kbd
[Install]
WantedBy=multi-user.target



Is Requires= incorrect? Is my escaping correct? Do I need to actually
escape in the first place?


Btw I quickly put together a escaping and un-escaping tool here:
http://systemd.dabase.com/

I'd really appreciate a review.



Many thanks,
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to