diff --git a/service_systemd_linux.go b/service_systemd_linux.go index 64a6f73..ea599fe 100644 --- a/service_systemd_linux.go +++ b/service_systemd_linux.go @@ -79,9 +79,9 @@ func (s *systemd) Install() error { var to = &struct { *Config - Path string + Path string ReloadSignal string - PIDFile string + PIDFile string }{ s.Config, path,