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