summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine/src/lib/systemd/system/google-instance-setup.service
blob: ee987b2ef7a625aad5429b8b529f240a02c9c8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Google Compute Engine Instance Setup
After=network-online.target network.target rsyslog.service
Before=sshd.service

[Service]
Type=oneshot
ExecStart=/usr/bin/google_instance_setup
StandardOutput=journal+console

[Install]
WantedBy=sshd.service
WantedBy=multi-user.target