Skip to content

Instantly share code, notes, and snippets.

@NiklasMerz
Last active January 3, 2023 09:24
Show Gist options
  • Save NiklasMerz/6b5dc7bdd8b8fbadf48e97048023c004 to your computer and use it in GitHub Desktop.
Save NiklasMerz/6b5dc7bdd8b8fbadf48e97048023c004 to your computer and use it in GitHub Desktop.
/etc/systemd/system/perkeep.service
[Unit]
Description= Perkeep Server
Documentation= https://perkeep.org
[Service]
Type= simple
User= perkeep
ExecStart= /opt/perkeep/perkeepd
[Install]
WantedBy= multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment