10 lines
210 B
Bash
10 lines
210 B
Bash
# Synology Execution User
|
|
# Change these to match the svc-webtop user IDs
|
|
PUID=1045
|
|
PGID=65538
|
|
TZ=America/Toronto
|
|
|
|
# Webtop Customization
|
|
# The text that appears on the browser tab
|
|
TITLE=Personal Cloud Desktop
|