hi, everyone,
I try to write a systemd service just like below:
[Unit]
Description=service for telnetd
Wants=syslog.target
[Service]
ExecStart=/usr/bin/busybox telnetd
Restart=always
RestartSec=10
[Install]
WantedBy=graphical.target
but when I boot up, I got the error below:
systemd[1]: Cannot add dependency telnetd.servcie to graphical.target,
ignoring: Invalid argument
I don't know what's wrong with it, so any advice for this?
Best regards,
zqhuan
ZiQiang Huan
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel