haveged/haveged.service
2020-01-07 20:02:23 +08:00

10 lines
190 B
Desktop File

[Service]
Environment=PARAMETER=-w 1024 -v 1 --Foreground
ExecStart=/usr/sbin/haveged ${PARAMETER}
Type=simple
SuccessExitStatus=137 143
Restart=always
[Install]
WantedBy=multi-user.target