10 lines
221 B
Desktop File
10 lines
221 B
Desktop File
[Unit]
|
|
Description=Local WakaTime Server
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python /home/michael/Projects/localwaka/server.py
|
|
Restart=always
|
|
WorkingDirectory=/home/michael/Projects/localwaka
|
|
|
|
[Install]
|
|
WantedBy=default.target
|