Skip to content

Commit 2b1b25a

Browse files
committed
Fix birdhoused startup args
1 parent 85936bc commit 2b1b25a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/usr/lib/systemd/user/seagl-birdhoused.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description=Birdhouse control daemon
44
[Service]
55
Type=exec
66
Restart=always
7-
ExecStart=/usr/bin/birdhoused
7+
ExecStart=/usr/bin/birdhoused /var/lib/seagl/config-data.json
88
Environment=NODE_ENV=production
99

1010
[Install]

0 commit comments

Comments
 (0)