12 lines
256 B
SYSTEMD
12 lines
256 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run Hydra Werther login/consent/logout app
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
EnvironmentFile=/etc/hydra-werther/hydra-werther.conf
|
||
|
ExecStart=/usr/bin/hydra-werther
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|