1
0
Files
NoBullShit-cloud/tools/template-nbscloud.service
2022-05-10 22:45:49 +02:00

19 lines
545 B
Desktop File

[Unit]
Description=NoBullShit-cloud - A personal cloud without bullshit
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=java -jar %h/.local/share/java/nbscloud/nbscloud.jar --spring.config.additional-location="file://%h/.config/nbscloud/application.properties"
ReadWritePaths=%h/nbscloud
ReadOnlyPaths=%h/.local/share/java/nbscloud/nbscloud.jar
ReadOnlyPaths=%h/.config/nbscloud/application.properties
# Hardening
ProtectHome=true
ProtectSystem=full
PrivateTmp=true
[Install]
WantedBy=multi-user.target