17 lines
318 B
Desktop File
17 lines
318 B
Desktop File
[Unit]
|
|
Description=HamClock
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__HAMCLOCK_USER__
|
|
Environment=HOME=%h
|
|
WorkingDirectory=%h/.local/share/hamclock
|
|
ExecStart=%h/.local/bin/hamclock -b ohb.hamclock.app:80
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|