headscale/docs/packaging
nblock 35bfe7ced0
Add support for service reload and sync service file (#2102)
* Add support for service reload and sync service file

* Copy the systemd.service file to the manual linux docs and adjust the
  path to the headscale binary to match with the previous documentation
  blocks. Unfortunately, there seems to be no easy way to include a
  file in mkdocs.
* Remove a redundant "deprecation" block. The beginning of the
  documentation already states that.
* Add `ExecReload` to the systemd.service file.

Fixes: #2016

* Its called systemd

* Fix link to systemd homepage
2024-09-05 10:08:50 +00:00
..
headscale.systemd.service Add support for service reload and sync service file (#2102) 2024-09-05 10:08:50 +00:00
postinstall.sh add systemd enable to postinstall script 2023-04-19 20:04:58 +02:00
postremove.sh Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00
README.md Simplify goreleaser, package deb and rpm 2023-04-07 11:06:42 +02:00

Packaging

We use nFPM for making .deb, .rpm and .apk.

This folder contains files we need to package with these releases.