mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-03 17:27:06 +00:00
18 lines
322 B
Desktop File
18 lines
322 B
Desktop File
[Unit]
|
|
Description=Self-hosted LiveSync CLI Daemon
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=LIVESYNC_BIN LIVESYNC_VAULT_PATH
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
TimeoutStartSec=300
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=default.target
|