mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
15 lines
240 B
Desktop File
15 lines
240 B
Desktop File
[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
|