OS: Ubuntu 20.04.3
$ \cat /home/nikhil/.config/systemd/user/Festival.service [Unit] Description=Festival Service [Service] ExecStart=/usr/bin/festival --server Restart=on-failure RestartSec=10 SyslogIdentifier=FestivalService [Install] WantedBy=multi-user.target Description
I did systemctl --user enable Festival.service, rebooted my system. But the festival server does not start. Only when I do manually systemctl --user start Festival.service, it starts.
Issue
Could you please tell me, why user service does not work with multi-user.target, which is suppose to work on every boot?
systemctl --user enable Festival.service? It should tell you something about the symlinks created.Created symlink /home/nikhil/.config/systemd/user/multi-user.target.wants/Festival.service → /home/nikhil/.config/systemd/user/Festival.service.