Skip to content

feat: add --daemon/-d flag to install systemd service#5716

Open
fepfitra wants to merge 1 commit intousememos:mainfrom
fepfitra:feat/add-daemon-flag
Open

feat: add --daemon/-d flag to install systemd service#5716
fepfitra wants to merge 1 commit intousememos:mainfrom
fepfitra:feat/add-daemon-flag

Conversation

@fepfitra
Copy link

  • Add --daemon/-d flag to create and enable user-level systemd service
  • Add systemd service section to README
  • Support install, start, stop, restart actions

@fepfitra fepfitra requested a review from a team as a code owner March 12, 2026 12:41
Add --daemon/-d flag to manage user-level systemd service:
- install: create and enable systemd service, then restart
- start: start the service
- stop: stop the service
- restart: restart the service

The install action captures all relevant flags (--data, --port, --addr, etc.)
and writes them to the service file. Defaults to --data ~/.memos if not specified.

Add systemd service section to README.
@fepfitra fepfitra force-pushed the feat/add-daemon-flag branch from aab2e16 to 1da603a Compare March 12, 2026 13:20
@github-actions github-actions bot added the Stale label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant