Skip to content

Commit

Permalink
T6687: treat vyos-domain-resolver as a real service
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Dec 27, 2024
1 parent abba9f6 commit f3c9ebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion src/systemd/vyos-domain-resolver.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ConditionPathExistsGlob=/run/use-vyos-domain-resolver*
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 -u /usr/libexec/vyos/vyos-domain-resolver.py
ExecStart=/usr/bin/python3 -u /usr/libexec/vyos/services/vyos-domain-resolver
SyslogIdentifier=vyos-domain-resolver
SyslogFacility=daemon
StandardError=journal
StandardOutput=journal

Expand Down

0 comments on commit f3c9ebd

Please sign in to comment.