Files
ente/docs/docs/self-hosting/guides/systemd.md

997 B

title, description
title description
Running Ente using systemd - Self-hosting Running Ente services (Museum and web application) via systemd

Running Ente using systemd

On Linux distributions using systemd as initialization system, Ente can be configured to run as a background service, upon system startup by service files.

Museum as a background service

Please check the below links if you want to run Museum as a service, both of them are battle tested.

  1. How to run museum as a systemd service
  2. Museum.service

Once you are done with setting and running Museum, all you are left to do is run the web app and set up reverse proxy. Check out the documentation for more information.

Credits: mngshm