mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
7 lines
114 B
SYSTEMD
7 lines
114 B
SYSTEMD
|
[Unit]
|
||
|
Description=Gitea restarter
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/systemctl restart gitea.service --quiet
|