Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sysadmin
A daemon to poll rsync and sync neon images.
Commits
ddc8814e
Commit
ddc8814e
authored
Nov 04, 2020
by
Harald Sitter
💣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
port to latest systemd-go
parent
8d609311
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.go
main.go
+1
-1
No files found.
main.go
View file @
ddc8814e
...
...
@@ -167,7 +167,7 @@ func main() {
router
.
GET
(
"/v1/sync"
,
v1Sync
)
fmt
.
Println
(
"starting servers on sockets"
)
listeners
,
err
:=
activation
.
Listeners
(
true
)
listeners
,
err
:=
activation
.
Listeners
()
if
err
!=
nil
{
panic
(
err
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment