This commit is contained in:
Robin Appelman 2021-12-12 16:20:20 +01:00
commit 81929be872
2 changed files with 36 additions and 0 deletions

15
palantir.service Normal file
View file

@ -0,0 +1,15 @@
[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