This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
EnvironmentFile=/etc/default/pollen
-
ExecStart=/usr/bin/pollen -http-port=${HTTP_PORT} -https-port=${HTTPS_PORT} -device=${DEVICE} -bytes=${BYTES} -cert=${CERT} -key=${KEY}
-
ExecStartPre=/bin/sh -c '[ -c "$DEVICE" ]'
-
Restart=on-failure
-
User=pollen
-
-
[Unit]
-
After=network.target
-
Description=Entropy as a Service
-
Documentation=http://launchpad.net/pollen
-
Additionnal notes
Nothing here.