summaryrefslogtreecommitdiff
path: root/src/systemd/vyos-http-api.service
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-07-25 21:32:48 +0200
committerChristian Poessinger <christian@poessinger.com>2020-07-25 21:32:48 +0200
commit56255d62fe1afe9da83e50478a89a720a7dd08ab (patch)
treea19acc0f40860c74c41cdc1b3a6c6269da08b9ee /src/systemd/vyos-http-api.service
parentb7dfe4e1484df5c711ea81d360643f0331c518c8 (diff)
downloadvyos-1x-56255d62fe1afe9da83e50478a89a720a7dd08ab.tar.gz
vyos-1x-56255d62fe1afe9da83e50478a89a720a7dd08ab.zip
Revert "Merge pull request #423 from thomas-mangin/T2494"
This reverts commit bfbf51acb2d4b6b5fe2d22d39f7259686f98d2a0, reversing changes made to 1a85e758b105d493bb9d95916816bd206345bc5d.
Diffstat (limited to 'src/systemd/vyos-http-api.service')
-rw-r--r--src/systemd/vyos-http-api.service8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/systemd/vyos-http-api.service b/src/systemd/vyos-http-api.service
index 74a97d193..4fa68b4ff 100644
--- a/src/systemd/vyos-http-api.service
+++ b/src/systemd/vyos-http-api.service
@@ -4,8 +4,9 @@ After=auditd.service systemd-user-sessions.service time-sync.target vyos-router.
Requires=vyos-router.service
[Service]
+ExecStartPre=/usr/libexec/vyos/init/vyos-config
ExecStart=/usr/bin/python3 -u /usr/libexec/vyos/services/vyos-http-api-server
-Type=notify
+Type=idle
KillMode=process
SyslogIdentifier=vyos-http-api
@@ -13,8 +14,11 @@ SyslogFacility=daemon
Restart=on-failure
+# Does't work but leave it here
User=root
Group=vyattacfg
[Install]
-WantedBy=vyos.target
+# Installing in a earlier target leaves ExecStartPre waiting
+WantedBy=getty.target
+