summarylogtreecommitdiffstats
path: root/yarr.service
blob: fd3a7435a87cecd2b42d5ba99876c9a3b7f3a394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description = yet another rss reader
After = network.target

[Service]
Type = simple
User = yarr
ExecStart = /usr/bin/yarr -db /var/lib/yarr/storage.db

Restart = always
RestartSec = 1

StandardOutput = journal
StandardError = journal
SyslogIdentifier = yarr

[Install]
WantedBy = multi-user.target