1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[Unit]
Description=source-forge on-demand source browser
After=network.target

[Service]
Type=simple
ExecStart=%h/.nix-profile/bin/source-forge serve \
  --db=%h/.local/share/source-forge/source-forge.db \
  --addr=127.0.0.1:8790 \
  --base-url=https://sources.profpatsch.de
Restart=on-failure
RestartSec=5

[Install]
WantedBy=default.target