🔧 Created systemd service script

This commit is contained in:
Maxim Lebedev 2021-07-28 04:02:32 +05:00
parent b5e8003fe7
commit f48d85832f
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 12 additions and 0 deletions

12
init/indieauth.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=IndieAuth
After=multi-user.target
[Service]
Type=simple
Restart=always
RestartSec=5s
ExecStart=/usr/local/bin/indieauth
[Install]
WantedBy=multi-user.target