19 lines
411 B
Desktop File
19 lines
411 B
Desktop File
[Unit]
|
|
Description=NoBullShit-cloud - A personal cloud without bullshit
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
# Values substituted from application.properties
|
|
ExecStart=java -jar DEPLOY_PATH_R/nbscloud.jar --spring.profiles.active=PROFILE_R
|
|
ReadWritePaths=BASE_DIR_R
|
|
|
|
# Hardening
|
|
ProtectHome=true
|
|
ProtectSystem=full
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |