Skip to content

Commit

Permalink
feat(etc): make /etc/default/wsdd optional for system, (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
christgau committed Oct 5, 2024
1 parent 7398726 commit 006a799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Add command line argument to set source port for multicast message for better firewall interoperability (#216)

### Changed

- make `/etc/default/wsdd` optional for systemd (see #212)

## [0.8] -- 2024-03-30

### Added
Expand Down
3 changes: 2 additions & 1 deletion etc/systemd/wsdd.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Wants=network-online.target

[Service]
Type=simple
EnvironmentFile=/etc/default/wsdd
; Use /etc/default/wsdd for defaults, if it exists
EnvironmentFile=-/etc/default/wsdd
; The service is put into an empty runtime directory chroot,
; i.e. the runtime directory which usually resides under /run
ExecStart=/usr/bin/wsdd --shortlog --chroot=/run/wsdd $WSDD_PARAMS
Expand Down

0 comments on commit 006a799

Please sign in to comment.