haveged/haveged.service

10 lines
190 B
SYSTEMD
Raw Normal View History

2019-09-30 10:52:40 -04:00
[Service]
2020-01-07 20:02:23 +08:00
Environment=PARAMETER=-w 1024 -v 1 --Foreground
ExecStart=/usr/sbin/haveged ${PARAMETER}
2019-09-30 10:52:40 -04:00
Type=simple
2020-01-07 20:02:23 +08:00
SuccessExitStatus=137 143
2019-09-30 10:52:40 -04:00
Restart=always
[Install]
WantedBy=multi-user.target