Fixed 3 real compilation errors: - security-vault.lisp: bare defvar missing opening paren - embedding-native.lisp: CFFI struct refs updated (llama-mparams→(:struct ...), 19 places) - symbolic-events.lisp: heartbeat vars + save-memory-to-disk → passepartout:: prefix Suppressed ~100 harmless cross-skill STYLE-WARNINGs: - Added grep filter for STYLE-WARNING / WARNING: redefining in the pre-compile step of the passepartout bash script ROADMAP updated: all v0.5.1 items marked DONE. Test suite: 116/116 (100%)
16 lines
314 B
Desktop File
16 lines
314 B
Desktop File
[Unit]
|
|
Description=Passepartout Daemon
|
|
Documentation=https://github.com/amrgharbeia/passepartout
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%u
|
|
ExecStart=%h/projects/passepartout/passepartout daemon
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
WorkingDirectory=%h/projects/passepartout
|
|
|
|
[Install]
|
|
WantedBy=default.target
|