12 lines
198 B
SYSTEMD
12 lines
198 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Runs authelia
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/bin/authelia /etc/authelia/config.yml
|
||
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
KillMode=process
|
||
|
|
Restart=always
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|