control: severity -1 wishlist

Hi,

systemd doesn't expand '~' by design;
you can encapsulate your command with a shell like:

ExecStart=/bin/sh -c 'your_command'

if you want shell expansion.

_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to