19 lines
545 B
Desktop File
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 |