blob: ccdcc8915ca1856f849405330386ec0cd46c5f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=ZeroClaw daemon
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/zeroclaw daemon
Restart=always
RestartSec=3
# Ensure HOME is set so headless browsers can create profile/cache dirs.
Environment=HOME=%h
# Allow inheriting DISPLAY and XDG_RUNTIME_DIR from the user session
# so graphical/headless browsers can function correctly.
PassEnvironment=DISPLAY XDG_RUNTIME_DIR
[Install]
WantedBy=default.target
|