Add SBCL service using GNU Screen
This commit is contained in:
parent
f2dd6bbec2
commit
440c0cc3ca
1 changed files with 10 additions and 0 deletions
10
systemd/.config/systemd/user/sbcl.service
Normal file
10
systemd/.config/systemd/user/sbcl.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
# -*- mode: conf-unix; -*-
|
||||
[Unit]
|
||||
Description=Slime
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/screen -D -m /usr/bin/sbcl --eval '(ql:quickload "swank")' --eval '(swank:create-server :dont-close t)'
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue