Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
331 B
Desktop File
15 lines
331 B
Desktop File
# systemd service for managing all sqlpage on the system. This
|
|
# service is actually a systemd target, but we are using a service since
|
|
# targets cannot be reloaded.
|
|
|
|
[Unit]
|
|
Description=sqlpage global service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/true
|
|
ExecReload=/bin/true
|
|
RemainAfterExit=on
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|