1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librex_ynh.git synced 2024-09-03 19:36:20 +02:00
librex_ynh/conf/systemd.service
2022-07-09 08:13:19 +02:00

15 lines
311 B
Desktop File

[Unit]
Description=LibreX: A privacy respecting free as in freedom meta search engine
After=syslog.target network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/auto_updater.sh
Restart=always
RestartSec=10s
[Install]
WantedBy=multi-user.target