14 lines
362 B
Desktop File
14 lines
362 B
Desktop File
[Service]
|
|
Type = simple
|
|
User = pb
|
|
Group = pb
|
|
LimitNOFILE = 4096
|
|
Restart = always
|
|
RestartSec = 5s
|
|
StandardOutput = append:/home/pb/pb/std.log
|
|
StandardError = append:/home/pb/pb/std.log
|
|
WorkingDirectory = /home/pb/pb
|
|
ExecStart = /home/pb/pb/pocketbase serve
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target |