rootfs/etc/systemd/system/home-sync.service hinzugefügt
This commit is contained in:
9
rootfs/etc/systemd/system/home-sync.service
Normal file
9
rootfs/etc/systemd/system/home-sync.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Home Sync Script
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=andre
|
||||
ExecStart=/home/andre/home-sync.sh
|
||||
Reference in New Issue
Block a user