This unit is provided by:
Options
- 
    [Service]- 
        DynamicUser=yes
- 
        Environment="DATA_DIR=/var/lib/uptime-kuma/" "NODE_ENV=production"
- 
        ExecStart=/usr/bin/uptime-kuma-server
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateMounts=yes
- 
        PrivateTmp=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=strict
- 
        RemoveIPCIntroduced in systemd 232=yes
- 
        Restart=on-failure
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        RestrictSUIDSGIDIntroduced in systemd 242=yes
- 
        StateDirectory=uptime-kuma
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=Uptime Kuma
 
- 
        
Additionnal notes
Nothing here.