9 lines
129 B
Desktop File
9 lines
129 B
Desktop File
[Unit]
|
|
Description=Gitea Runner
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/act_runner daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |