Skip to content

sthysel/spacemacs-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published