<div dir="auto">I started one application as system service in /etc/systemd/system by giving command "systemctl  start mysystem.service". <div dir="auto">I have one more application which i have to start as session service in etc/systemd/user by giving command "systemctl --user start mysession.service".</div><div dir="auto"><br></div><div dir="auto">My session.service  has dependency on mysystem.service, so I mentioned in Requires and After command in session.service.</div><div dir="auto"><br></div><div dir="auto">But when iam trying to session.service it is showing "mysystem.service" not found. Can anyone help me with this?</div></div>