summarylogtreecommitdiffstats
path: root/intellectual.service
blob: e753d0147faf5e8227b100ebde7b42a1e2194a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=An alternative frontend for Genius focused on privacy and simplicity.
After=syslog.target
After=network.target

[Service]
EnvironmentFile=/etc/intellectual.conf
ExecStart=/usr/bin/intellectual -a "${ADDRESS}" -p "${PORT}" -w "${WORKERS}" -k "${KEEP_ALIVE_TIMEOUT}"

[Install]
WantedBy=multi-user.target