Skip to content

Commit b86f446

Browse files
authored
feat: restart with headscale, update server.js path in systemd example (tale#184)
1 parent 77b510c commit b86f446

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Bare-Metal.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,15 @@ Headplane service:
6868
```ini
6969
[Unit]
7070
Description=Headplane
71-
After=network.target
71+
# Decomment the following line if running on bare metal with integrated mode (/proc integration)
72+
# PartOf=headscale.service
7273

7374
[Service]
7475
Type=simple
7576
User=headplane
7677
Group=headplane
7778
WorkingDirectory=/path/to/headplane
78-
ExecStart=/usr/bin/node /path/to/headplane/build/headplane/server.js
79+
ExecStart=/usr/bin/node /path/to/headplane/build/server/index.js
7980
Restart=always
8081

8182
[Install]

0 commit comments

Comments
 (0)