mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
15 lines
234 B
Desktop File
15 lines
234 B
Desktop File
[Unit]
|
|
Description = palantir
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=palantir
|
|
Environment=PORT=5665
|
|
ExecStart=/usr/local/bin/palantir
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|