https://github.com/sthysel/spacemacs-systemd
Systemd Unit for spacemacs server
https://github.com/sthysel/spacemacs-systemd
emacs spacemacs spacemacs-server systemd systemd-unit
Last synced: about 1 month ago
JSON representation
Systemd Unit for spacemacs server
- Host: GitHub
- URL: https://github.com/sthysel/spacemacs-systemd
- Owner: sthysel
- License: gpl-3.0
- Created: 2016-05-26T05:10:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T00:17:19.000Z (about 8 years ago)
- Last Synced: 2025-03-11T04:59:46.359Z (over 1 year ago)
- Topics: emacs, spacemacs, spacemacs-server, systemd, systemd-unit
- Language: Makefile
- Size: 109 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Running spacemacs server using systemd user unit

This repo contains the `stow` managed systemd unit file. `stow` drops the unit
file in `~/.local/share/systemd/user/`.
Do `make install`
```
.
├── dot/
│ └── .local/
│ └── share/
│ └── systemd/
│ └── user/
│ └── emacs.service
```
| Action | systemd command |
| --- | --- |
| Enable at user login time | `systemctl --user enable emacs` |
| Start now | `systemctl --user start emacs` |
# Sources
- https://streakycobra.github.io/posts/saas-or-spacemacs-as-a-service/
- https://news.ycombinator.com/item?id=9394144