File collectrack.service of Package collectrack
[Unit] Description=CollectRack web daemon Requires=network.target After=collectd.service [Service] Type=notify WorkingDirectory=/usr/share/collectrack Environment=WEB_CONCURRENCY=auto ExecStart=/usr/share/collectrack/bin/puma -e production Restart=on-failure DynamicUser=true Group=collectd ProtectSystem=full ProtectHome=true PrivateDevices=true ProtectHostname=true ProtectClock=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true WatchdogSec=10 [Install] WantedBy=multi-user.target