mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
13 lines
239 B
Desktop File
13 lines
239 B
Desktop File
[Unit]
|
|
Description=sower client service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/etc/sower
|
|
ExecStart=/usr/local/bin/sower -f /etc/sower/sower.hcl
|
|
Restart=on-failure
|
|
RestartSec=1min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |