[Unit] Description=Blurt daemon After=network.target [Service] ExecStart=/usr/bin/blurtd --data-dir /blurt # Creates /run/blurtd owned by blurt RuntimeDirectory=blurtd User=blurt Type=simple KillMode=process #PIDFile=/run/litecoind/litecoind.pid Restart=on-failure RestartSec=10 # Hardening measures #################### # Provide a private /tmp and /var/tmp. PrivateTmp=true # Mount /usr, /boot/ and /etc read-only for the process. ProtectSystem=full # Disallow the process and all of its children to gain # new privileges through execve(). NoNewPrivileges=true # Use a new /dev namespace only populated with API pseudo devices # such as /dev/null, /dev/zero and /dev/random. PrivateDevices=true # Deny the creation of writable and executable memory mappings. MemoryDenyWriteExecute=true [Install] WantedBy=multi-user.target Alias=blurt.service