[Git][security-tracker-team/security-tracker][master] Document switch to start security-tracker service with a user systemd unit
Salvatore Bonaccorso (@carnil)
carnil at debian.org
Thu Sep 2 20:18:29 BST 2021
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
c8815996 by Salvatore Bonaccorso at 2021-09-02T21:15:08+02:00
Document switch to start security-tracker service with a user systemd unit
Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>
- - - - -
1 changed file:
- doc/soriano.txt
Changes:
=====================================
doc/soriano.txt
=====================================
@@ -58,13 +58,18 @@ Web server
/srv/security-tracker.debian.org/etc/apache.conf
mod_proxy is used to forward requests to the actual server which
-listens on 127.0.0.1:25648 and is started by the
-/srv/security-tracker.debian.org/website/bin/start-daemon script
-(using a @reboot action in sectracker's crontab).
+listens on 127.0.0.1:25648 and is started by a user systemd unit
+/srv/security-tracker.debian.org/website/systemd/tracker_service.service
-To restart the security tracker service, kill the tracker_service.py
-Python process and invoke the start-daemon process as the sectracker
-user.
+The user systemd unit needs to be activated and started once at initial
+setup of the host (including requesting DSA to activate lingering for
+the sectracker user):
+
+As the sectracker running user:
+
+systemctl --user enable /srv/security-tracker.debian.org/website/systemd/tracker_service.service
+
+To restart the security tracker service, restart the user systemd unit.
Logging
-------
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/c881599614b7733ae5aca75bfd09b132f7d9d610
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/c881599614b7733ae5aca75bfd09b132f7d9d610
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20210902/f08bdb92/attachment.htm>
More information about the debian-security-tracker-commits
mailing list