You've already forked Repository
Initialize Git Repository: 'Repository'
This commit is contained in:
8
repository/lib/systemd/system/reprepro.path
Normal file
8
repository/lib/systemd/system/reprepro.path
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Reprepro Package Import
|
||||
|
||||
[Path]
|
||||
PathExistsGlob=/var/lib/reprepro/include/*.run
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
6
repository/lib/systemd/system/reprepro.service
Normal file
6
repository/lib/systemd/system/reprepro.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Reprepro Package Import
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/repository -p automatic
|
||||
Reference in New Issue
Block a user