Newer
Older
backup-commander / notes.txt
  1. Service
  2. -------
  3.  
  4. After placing the service at
  5. /usr/lib/systemd/system/bu_cmdr.service
  6. refresh the daemon:
  7. systemctl daemon-reload
  8.  
  9. Start the service
  10. systemctl start bu_cmdr.service
  11. Stop the service
  12. systemctl stop bu_cmdr.service
  13. Print the logs (f follow)
  14. journalctl -fu bu_cmdr.service
  15.  
  16. To start the service at boot time, place the service file (or symlink) in:
  17. cd /etc/systemd/system/
  18. ln -s /usr/lib/systemd/system/bu_cmdr.service
  19. then enable it
  20. systemctl enable bu_cmdr.service