40197fa7f1
This patch is a follow up patch fixing some nits left by the review
25d3ee5471
.
It does:
* Fix the README file to say that the password *must* be encrypted and
the option values *must* be quoted
* Adds Type=oneshot in the upstart service config file so that upstart
will not try to restart the service over and over.
* Enable setu, sete and setpipefail in the dynamic-login script
Change-Id: Iee5d75daef24469ccf47ca12de6ead37bf9d8d6f
12 lines
156 B
Desktop File
12 lines
156 B
Desktop File
[Unit]
|
|
Description=Dynamic Login
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/dynamic-login
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|