Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/example1.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(:main-function #.(lambda ()
(:main-function #.(lambda ()
;;Providing true pathname to your start swank server script
(load "/media/WORK_PARTITION/work_dir/web-projects/development/lisp/start-swank.lisp"))
(load "/home/rigidus/rigidus.ru/daemon.lisp"))
;; Default directory for pid files is system directory of this asdf system
:pid-file "my-daemon-exp"
:pid-file "my-daemon-exp"
:exit t
:name nil
:user nil
Expand Down
1 change: 1 addition & 0 deletions scripts/daemon-wizard
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11610
Loading