dhenry123 / utdon

Self-hosted web application to monitor the obsolescence of your FOSS applications in production. UptoDateOrNot ???
GNU Affero General Public License v3.0
14 stars 2 forks source link

install-legacy: fix systemd unit and daemon-reload #12

Closed luclu7 closed 10 months ago

luclu7 commented 10 months ago
  1. Systemd needs daemon-reload to take the new unit into consideration Otherwise if you try to start it, systemd will not find the unit (Failed to start utdon.service: Unit utdon.service not found.).

  2. A systemd service doesn't have a [Environment] section. Env variables are passed throught Environment= or EnvironmentFile=, according to the doc

Et merci beaucoup pour le reste du logiciel !

dhenry123 commented 10 months ago

Thank you