The files being uploaded are the current versions of the files from argon40. These files are being archived as I want to be able to reference them from time to time. Also I can compare the files that were ship with the proto type.
11 lines
219 B
Desktop File
11 lines
219 B
Desktop File
[Unit]
|
|
Description=Argon ONE UP Service
|
|
After=multi-user.target
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/bin/python3 /etc/argon/argonkeyboard.py SERVICE
|
|
[Install]
|
|
WantedBy=default.target
|