Skip to content

swift-systemd v0.0.4

Latest
Compare
Choose a tag to compare
@xtremekforever xtremekforever released this 06 Jan 20:17
· 3 commits to main since this release
fe8ac2c

Adds simple support for sending the WATCHDOG=1 notification from SystemdNotifier and support for sending it automatically from SystemdService using a configurable interval:

let systemdService = SystemdService(watchdogEnabled: true, watchdogInterval: .seconds(30))