mirror of
https://github.com/mruwnik/chicken-master.git
synced 2025-06-08 21:34:43 +02:00
10 lines
178 B
Desktop File
10 lines
178 B
Desktop File
[Unit]
|
|
Description=Chicken master restarter
|
|
After=postgres.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/systemctl restart chickens.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |