nocturnal

New Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by nocturnal

  1. No. It does not mean that the user has to log in, systemd will start the btsync service as that user on boot. HIs setup here enables the flexibility for multiple users to have btsync running a a service controlled by systemd on boot, as long as they enabled it It does not have to be done this way, you can "hard code" it to one user if so desired. example: [unit] Description=BitTorrent Sync [service]Type=simpleUser=userExecStart=/usr/bin/btsync --nodaemon --config /home/user/.config/btsync/btsync.conf [install]WantedBy=multi-user.target then systemctl enable btsync kp