enable picom for ulauncher

This commit is contained in:
eneller
2023-01-01 12:06:49 +01:00
parent 9e6a502eff
commit d4a7ee068f
10 changed files with 195 additions and 11 deletions

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/ulauncher.service

View File

@@ -0,0 +1,25 @@
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization
Documentation=man:syncthing(1)
StartLimitIntervalSec=60
StartLimitBurst=4
[Service]
ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --logflags=0
Restart=on-failure
RestartSec=1
SuccessExitStatus=3 4
RestartForceExitStatus=3 4
# Hardening
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
# Elevated permissions to sync ownership (disabled by default),
# see https://docs.syncthing.net/advanced/folder-sync-ownership
#AmbientCapabilities=CAP_CHOWN CAP_FOWNER
[Install]
WantedBy=default.target