1
0
Files
NoBullShit-cloud/tools/template-nbscloud.service
2022-05-09 22:36:05 +02:00

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