An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Running spacemacs server using systemd user unit

![](pics/spacemacs.png)

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