On Jun 29, 2021, at 07:43, Patrick O'Callaghan <pocallag...@gmail.com> wrote:
> 
> and tried to enable it:
> 
>   $ sudo systemctl enable startinsync
>   Failed to enable unit: Unit file startinsync.service does not exist.

It is a user systemd unit. To enable it as a user (run this as your user, not 
as root):

   systemctl —user enable startinsync.service

(This will populated directories and symlinks in your home directory)

If you want it enabled for all users, run:

   sudo systemctl —user —global enable startinsync.service

This will create the symlinks in /etc/systemd/user/ to enable for all users 
logging in. It runs as root because it needs to edit files in /etc.

--
Jonathan Billings
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to