add listen port

This commit is contained in:
Martin Brodbeck 2025-01-08 15:06:57 +01:00
parent 3374110f38
commit ab444e07f4
2 changed files with 5 additions and 2 deletions

View file

@ -12,6 +12,7 @@ Group=users
WorkingDirectory=/home/myuser
ExecStart=/usr/local/bin/kosyncrs
Environment="PG_URL=postgresql://kosync:password@localhost/kosync"
Environment="PORT=3003"
Restart=always
[Install]