summarylogtreecommitdiffstats
path: root/headscale.service
diff options
context:
space:
mode:
Diffstat (limited to 'headscale.service')
-rw-r--r--headscale.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/headscale.service b/headscale.service
deleted file mode 100644
index 8645af4c8b60..000000000000
--- a/headscale.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Headscale server
-After=network.target
-
-[Service]
-Type=simple
-RemainAfterExit=yes
-Environment=GIN_MODE=release
-ExecStart=/usr/bin/headscale serve
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target