2022-02-06 02:22:23 +04:00
|
|
|
[Unit]
|
|
|
|
Description=dwelling-upload
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
Restart=on-failure
|
2022-02-07 20:37:19 +04:00
|
|
|
User=dwupload
|
2022-03-20 18:19:59 +04:00
|
|
|
Group=dwupload
|
2023-05-26 12:49:18 +04:00
|
|
|
ExecStart=/usr/bin/dwelling-upload -listen /var/run/dwelling-upload/sock -upload-dir /srv/upload \
|
2023-05-25 02:32:04 +04:00
|
|
|
-keep-for 36 -storage 102400 -file-size 128
|
2022-02-06 02:22:23 +04:00
|
|
|
|
2022-03-20 18:19:59 +04:00
|
|
|
ReadOnlyPaths=/
|
|
|
|
# Set here path to directory where uploads are stored.
|
|
|
|
ReadWritePaths=/srv/upload
|
2022-03-30 01:34:32 +04:00
|
|
|
NoExecPaths=/
|
2022-06-13 21:07:04 +04:00
|
|
|
ExecPaths=/usr/bin/dwelling-upload
|
2022-03-20 18:19:59 +04:00
|
|
|
|
2022-03-20 18:58:14 +04:00
|
|
|
RuntimeDirectory=dwelling-upload
|
2022-03-20 18:19:59 +04:00
|
|
|
LogsDirectory=dwelling-upload
|
|
|
|
|
2023-05-27 19:36:30 +04:00
|
|
|
# Use gen-salt.sh to generate salt! It will create / append to an override.conf.
|
2023-05-25 00:14:24 +04:00
|
|
|
SetCredentialEncrypted=
|
|
|
|
|
2022-03-20 18:19:59 +04:00
|
|
|
AmbientCapabilities=
|
|
|
|
CapabilityBoundingSet=
|
|
|
|
|
|
|
|
LockPersonality=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
NoNewPrivileges=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectSystem=strict
|
|
|
|
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
|
|
|
|
RestrictNamespaces=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
SystemCallArchitectures=native
|
|
|
|
|
2022-02-06 02:22:23 +04:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|