mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-20 13:56:42 +00:00
17 lines
343 B
Desktop File
17 lines
343 B
Desktop File
[Unit]
|
|
Description=Pockethost DB Service
|
|
|
|
[Service]
|
|
StandardOutput = append:/data/pockethost/logs/errors.log
|
|
StandardError = append:/data/pockethost/logs/errors.log
|
|
ExecStart=/usr/local/bin/pockethost serve --http '127.0.0.1:8090' --dir /data/pockethost
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|
|
[Unit]
|
|
Description = pocketbase
|
|
|