mirror of
https://github.com/hnhx/librex.git
synced 2025-01-11 04:02:37 -03:00
19 lines
322 B
Desktop File
19 lines
322 B
Desktop File
[Unit]
|
|
Description=LibreX - A privacy respecting free as in freedom meta search engine
|
|
After=syslog.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
RestartSec=10s
|
|
Type=simple
|
|
|
|
User=librex
|
|
Group=librex
|
|
|
|
WorkingDirectory=/path/to/librex
|
|
ExecStart=/path/to/librex/auto_updater.sh
|
|
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|