16 lines
288 B
Desktop File
16 lines
288 B
Desktop File
[Unit]
|
|
Description=claw-store fleet storage daemon
|
|
After=zfs-mount.service network.target
|
|
Wants=zfs-mount.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=osobh
|
|
ExecStart=/usr/local/bin/claw-store daemon
|
|
Restart=on-failure
|
|
RestartSec=30
|
|
Environment=RUST_LOG=info
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|