1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=notenlesen note-reading trainer
After=network.target
[Service]
Type=simple
ExecStart=%h/.nix-profile/bin/notenlesen \
--db=%h/.local/share/notenlesen/notenlesen.db \
--addr=127.0.0.1:8771
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
|