This commit is contained in:
Robin Appelman 2026-04-06 22:30:53 +02:00
commit 40560f2129
11 changed files with 68 additions and 69 deletions

15
sidewindow.service Normal file
View file

@ -0,0 +1,15 @@
[Unit]
Description = sidewindow
[Service]
Type=simple
User=sidewindow
Environment=PORT=5665
ExecStart=/usr/local/bin/sidewindow
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target