14 lines
204 B
Desktop File
14 lines
204 B
Desktop File
[Unit]
|
|
Description=HamClock
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=%h/.local/bin/
|
|
ExecStart=%h/.local/bin/hamclock
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|