Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 794 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 794 Bytes

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