Skip to content
Snippets Groups Projects

Add gluebuddy client

Merged Jelle van der Waa requested to merge gluebuddy into master
All threads resolved!
3 files
+ 42
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 25
0
[Unit]
Description=gluebuddy service
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/gluebuddy
DynamicUsers=true
NoNewPrivileges=yes
ProtectSystem=full
ProtectHome=true
PrivateTmp=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups=true
ProtectHostname=true
RestrictRealtime=true
CapabilityBoundingSet=
MemoryDenyWriteExecute=true
[Install]
WantedBy=multi-user.target
Loading