github.com/agrison/harpoon@v0.0.0-20180819075247-a667a15fd0eb/harpoon@.service (about)

     1  [Unit]
     2  Description=Harpoon server for user %i
     3  After=network.target
     4  AssertFileNotEmpty=/usr/local/bin/harpoon
     5  AssertFileIsExecutable=/usr/local/bin/harpoon
     6  
     7  [Service]
     8  User=%i
     9  Type=simple
    10  ExecStart=/usr/local/bin/harpoon -c /home/%i/harpoon.toml
    11  Nice=5
    12  
    13  [Install]
    14  WantedBy=multi-user.target