• 0 Posts
  • 19 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle


  • I have a service that pings the server:

    cat <<EOF | sudo tee /etc/systemd/system/ping-smb.service
    [Unit]
    Description=Blocks until pinging 192.168.1.10 succeeds
    After=network-online.target
    StartLimitIntervalSec=0
    
    [Service]
    Type=oneshot
    ExecStart=ping -c1 192.168.1.10
    Restart=on-failure
    RestartSec=1
    
    [Install]
    WantedBy=multi-user.target
    EOF
    
    sudo systemctl enable ping-smb.service
    

    And then I make the fstab entry depend on it:

    x-systemd.requires=ping-smb.service
    















  • I’d say that they’re “cooking the books” as in: making it look like they’re in better shape than they are by cutting costs, but causing irreparable damage to themselves that will manifest in the long run.

    I’ve survived 3 layoffs at Spotify last year alone. Once I started working there It didn’t take long to be proud and feel happy about it. Now, although people still find it cool when I tell them and I still do the same job (no workload increase), I know it is just like any other greedy corpo and I feel compelled to care less and less.

    https://c.im/@matdevdug/111828583287417134