We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b510c commit b86f446Copy full SHA for b86f446
docs/Bare-Metal.md
@@ -68,14 +68,15 @@ Headplane service:
68
```ini
69
[Unit]
70
Description=Headplane
71
-After=network.target
+# Decomment the following line if running on bare metal with integrated mode (/proc integration)
72
+# PartOf=headscale.service
73
74
[Service]
75
Type=simple
76
User=headplane
77
Group=headplane
78
WorkingDirectory=/path/to/headplane
-ExecStart=/usr/bin/node /path/to/headplane/build/headplane/server.js
79
+ExecStart=/usr/bin/node /path/to/headplane/build/server/index.js
80
Restart=always
81
82
[Install]
0 commit comments