mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
15 lines
231 B
Desktop File
15 lines
231 B
Desktop File
[Unit]
|
|
Description=Sower server service
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nobody
|
|
WorkingDirectory=/tmp
|
|
ExecStart=/usr/local/bin/sower -n TCP -v 1
|
|
RestartSec=3
|
|
Restart=on-failure
|