more robust systemd configuration;
authorwenzelm
Tue, 23 Jan 2024 16:30:29 +0100
changeset 79519 557f00504bb6
parent 79518 ad27859952cb
child 79520 627bb49a1111
more robust systemd configuration;
src/Pure/Tools/phabricator.scala
--- a/src/Pure/Tools/phabricator.scala	Tue Jan 23 15:02:52 2024 +0100
+++ b/src/Pure/Tools/phabricator.scala	Tue Jan 23 16:30:29 2024 +0100
@@ -855,7 +855,7 @@
     Linux.service_install(ssh_name,
 """[Unit]
 Description=OpenBSD Secure Shell server for Isabelle/Phabricator
-After=network.target auditd.service
+After=network.target auditd.service isabelle-phabricator-phd.service
 ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
 
 [Service]