palantir/palantir.service
2021-12-12 16:20:20 +01:00

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