11 lines
198 B
Desktop File
11 lines
198 B
Desktop File
[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
|