15 lines
376 B
Text
15 lines
376 B
Text
|
[Unit]
|
||
|
Description=CAcert OpenID Connect demo application
|
||
|
After=network.target
|
||
|
Documentation=https://code.cacert.org/cacert/oidc-demo-app
|
||
|
|
||
|
[Service]
|
||
|
ExecStart={{ cacert_home }}/bin/cacert-oidcdemo --conf "{{ cacert_home }}/etc/cacert-demoapp.toml"
|
||
|
WorkingDirectory={{ cacert_home }}
|
||
|
User={{ cacert_os_user }}
|
||
|
Group={{ cacert_os_group }}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|