using cmake to build project and submodules

This commit is contained in:
2021-10-18 17:20:39 +01:00
parent aff6d66622
commit 2faa518b32
52 changed files with 356 additions and 119 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=pixled
After=network.target
[Service]
ExecStart=pixled -n 60 -d 2
Restart=always
User=root
Group=root
[Install]
WantedBy=multi-user.target