mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
10 lines
190 B
Django/Jinja
10 lines
190 B
Django/Jinja
[Unit]
|
|
Description=Lokole webapp restarter
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/bash {{ lokole_run_directory }}/webapp-restart.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|