haveged/haveged.service

9 lines
155 B
SYSTEMD
Raw Normal View History

2019-09-30 10:52:40 -04:00
[Service]
2020-09-11 16:37:38 +08:00
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
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